diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm24xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm24xx.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c index 8af6cd6ac331..9a2f5594a7dc 100644 --- a/arch/arm/mach-omap2/pm24xx.c +++ b/arch/arm/mach-omap2/pm24xx.c | |||
@@ -31,21 +31,24 @@ | |||
31 | #include <linux/gpio.h> | 31 | #include <linux/gpio.h> |
32 | #include <linux/platform_data/gpio-omap.h> | 32 | #include <linux/platform_data/gpio-omap.h> |
33 | 33 | ||
34 | #include <asm/fncpy.h> | ||
35 | |||
34 | #include <asm/mach/time.h> | 36 | #include <asm/mach/time.h> |
35 | #include <asm/mach/irq.h> | 37 | #include <asm/mach/irq.h> |
36 | #include <asm/mach-types.h> | 38 | #include <asm/mach-types.h> |
37 | #include <asm/system_misc.h> | 39 | #include <asm/system_misc.h> |
38 | 40 | ||
39 | #include <plat/clock.h> | 41 | #include <plat-omap/dma-omap.h> |
40 | #include <plat/sram.h> | ||
41 | #include <plat/dma.h> | ||
42 | 42 | ||
43 | #include "soc.h" | ||
43 | #include "common.h" | 44 | #include "common.h" |
45 | #include "clock.h" | ||
44 | #include "prm2xxx_3xxx.h" | 46 | #include "prm2xxx_3xxx.h" |
45 | #include "prm-regbits-24xx.h" | 47 | #include "prm-regbits-24xx.h" |
46 | #include "cm2xxx_3xxx.h" | 48 | #include "cm2xxx_3xxx.h" |
47 | #include "cm-regbits-24xx.h" | 49 | #include "cm-regbits-24xx.h" |
48 | #include "sdrc.h" | 50 | #include "sdrc.h" |
51 | #include "sram.h" | ||
49 | #include "pm.h" | 52 | #include "pm.h" |
50 | #include "control.h" | 53 | #include "control.h" |
51 | #include "powerdomain.h" | 54 | #include "powerdomain.h" |