diff options
author | Steven Miao <realmz6@gmail.com> | 2012-05-16 15:54:31 +0800 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 14:55:07 +0800 |
commit | 672552adb3197c5db3acc8800c7917bcff180461 (patch) | |
tree | f9af12be327191b6fd71534d0ec27fd881630410 /arch/blackfin/include | |
parent | bda45b8f344069179ca6ed1317fae6365134daef (diff) | |
download | linux-672552adb3197c5db3acc8800c7917bcff180461.tar.bz2 |
blackfin: fix build after add bf60x mach/pm.h
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r-- | arch/blackfin/include/asm/pm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/pm.h b/arch/blackfin/include/asm/pm.h index da63b46e0c68..f72239bf3638 100644 --- a/arch/blackfin/include/asm/pm.h +++ b/arch/blackfin/include/asm/pm.h @@ -9,7 +9,6 @@ #ifndef __PM_H__ #define __PM_H__ -#include <mach/pm.h> #include <linux/suspend.h> struct bfin_cpu_pm_fns { |