diff options
Diffstat (limited to 'arch/arm/mach-omap1/pm.c')
-rw-r--r-- | arch/arm/mach-omap1/pm.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index 47ec16155483..66d663a6ef3a 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c | |||
@@ -44,23 +44,23 @@ | |||
44 | #include <linux/io.h> | 44 | #include <linux/io.h> |
45 | #include <linux/atomic.h> | 45 | #include <linux/atomic.h> |
46 | 46 | ||
47 | #include <asm/fncpy.h> | ||
47 | #include <asm/system_misc.h> | 48 | #include <asm/system_misc.h> |
48 | #include <asm/irq.h> | 49 | #include <asm/irq.h> |
49 | #include <asm/mach/time.h> | 50 | #include <asm/mach/time.h> |
50 | #include <asm/mach/irq.h> | 51 | #include <asm/mach/irq.h> |
51 | 52 | ||
52 | #include <plat/cpu.h> | 53 | #include <mach/tc.h> |
53 | #include <plat/clock.h> | ||
54 | #include <plat/sram.h> | ||
55 | #include <plat/tc.h> | ||
56 | #include <mach/mux.h> | 54 | #include <mach/mux.h> |
57 | #include <plat/dma.h> | 55 | #include <plat-omap/dma-omap.h> |
58 | #include <plat/dmtimer.h> | 56 | #include <plat/dmtimer.h> |
59 | 57 | ||
60 | #include <mach/irqs.h> | 58 | #include <mach/irqs.h> |
61 | 59 | ||
62 | #include "iomap.h" | 60 | #include "iomap.h" |
61 | #include "clock.h" | ||
63 | #include "pm.h" | 62 | #include "pm.h" |
63 | #include "sram.h" | ||
64 | 64 | ||
65 | static unsigned int arm_sleep_save[ARM_SLEEP_SAVE_SIZE]; | 65 | static unsigned int arm_sleep_save[ARM_SLEEP_SAVE_SIZE]; |
66 | static unsigned short dsp_sleep_save[DSP_SLEEP_SAVE_SIZE]; | 66 | static unsigned short dsp_sleep_save[DSP_SLEEP_SAVE_SIZE]; |