diff options
Diffstat (limited to 'arch/arm/mach-pnx4008/pm.c')
-rw-r--r-- | arch/arm/mach-pnx4008/pm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-pnx4008/pm.c b/arch/arm/mach-pnx4008/pm.c index 40116d254349..f970906d8848 100644 --- a/arch/arm/mach-pnx4008/pm.c +++ b/arch/arm/mach-pnx4008/pm.c | |||
@@ -20,10 +20,9 @@ | |||
20 | #include <linux/clk.h> | 20 | #include <linux/clk.h> |
21 | 21 | ||
22 | #include <asm/io.h> | 22 | #include <asm/io.h> |
23 | #include <asm/mach-types.h> | ||
24 | #include <asm/cacheflush.h> | 23 | #include <asm/cacheflush.h> |
25 | #include <asm/arch/pm.h> | 24 | #include <mach/pm.h> |
26 | #include <asm/arch/clock.h> | 25 | #include <mach/clock.h> |
27 | 26 | ||
28 | #define SRAM_VA IO_ADDRESS(PNX4008_IRAM_BASE) | 27 | #define SRAM_VA IO_ADDRESS(PNX4008_IRAM_BASE) |
29 | 28 | ||