diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index 3a904de4313e..7be3622cfc85 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -28,29 +28,27 @@ | |||
28 | #include <linux/clk.h> | 28 | #include <linux/clk.h> |
29 | #include <linux/delay.h> | 29 | #include <linux/delay.h> |
30 | #include <linux/slab.h> | 30 | #include <linux/slab.h> |
31 | #include <linux/omap-dma.h> | ||
31 | #include <linux/platform_data/gpio-omap.h> | 32 | #include <linux/platform_data/gpio-omap.h> |
32 | 33 | ||
33 | #include <trace/events/power.h> | 34 | #include <trace/events/power.h> |
34 | 35 | ||
36 | #include <asm/fncpy.h> | ||
35 | #include <asm/suspend.h> | 37 | #include <asm/suspend.h> |
36 | #include <asm/system_misc.h> | 38 | #include <asm/system_misc.h> |
37 | 39 | ||
38 | #include <plat/sram.h> | ||
39 | #include "clockdomain.h" | 40 | #include "clockdomain.h" |
40 | #include "powerdomain.h" | 41 | #include "powerdomain.h" |
41 | #include <plat/sdrc.h> | 42 | #include "soc.h" |
42 | #include <plat/prcm.h> | ||
43 | #include <plat/gpmc.h> | ||
44 | #include <plat/dma.h> | ||
45 | |||
46 | #include "common.h" | 43 | #include "common.h" |
47 | #include "cm2xxx_3xxx.h" | 44 | #include "cm3xxx.h" |
48 | #include "cm-regbits-34xx.h" | 45 | #include "cm-regbits-34xx.h" |
46 | #include "gpmc.h" | ||
49 | #include "prm-regbits-34xx.h" | 47 | #include "prm-regbits-34xx.h" |
50 | 48 | #include "prm3xxx.h" | |
51 | #include "prm2xxx_3xxx.h" | ||
52 | #include "pm.h" | 49 | #include "pm.h" |
53 | #include "sdrc.h" | 50 | #include "sdrc.h" |
51 | #include "sram.h" | ||
54 | #include "control.h" | 52 | #include "control.h" |
55 | 53 | ||
56 | /* pm34xx errata defined in pm.h */ | 54 | /* pm34xx errata defined in pm.h */ |