diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.c')
-rw-r--r-- | arch/arm/mach-omap2/pm.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index d6c9de82ca0c..8671e1079ab5 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c | |||
@@ -30,12 +30,11 @@ | |||
30 | #include <asm/atomic.h> | 30 | #include <asm/atomic.h> |
31 | #include <asm/mach/time.h> | 31 | #include <asm/mach/time.h> |
32 | #include <asm/mach/irq.h> | 32 | #include <asm/mach/irq.h> |
33 | #include <asm/mach-types.h> | ||
34 | 33 | ||
35 | #include <asm/arch/irqs.h> | 34 | #include <mach/irqs.h> |
36 | #include <asm/arch/clock.h> | 35 | #include <mach/clock.h> |
37 | #include <asm/arch/sram.h> | 36 | #include <mach/sram.h> |
38 | #include <asm/arch/pm.h> | 37 | #include <mach/pm.h> |
39 | 38 | ||
40 | static struct clk *vclk; | 39 | static struct clk *vclk; |
41 | static void (*omap2_sram_idle)(void); | 40 | static void (*omap2_sram_idle)(void); |