diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index ba670db1fd37..4c85762107bd 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -32,25 +32,26 @@ | |||
32 | 32 | ||
33 | #include <trace/events/power.h> | 33 | #include <trace/events/power.h> |
34 | 34 | ||
35 | #include <asm/fncpy.h> | ||
35 | #include <asm/suspend.h> | 36 | #include <asm/suspend.h> |
36 | #include <asm/system_misc.h> | 37 | #include <asm/system_misc.h> |
37 | 38 | ||
38 | #include <plat/sram.h> | ||
39 | #include "clockdomain.h" | 39 | #include "clockdomain.h" |
40 | #include "powerdomain.h" | 40 | #include "powerdomain.h" |
41 | #include <plat/sdrc.h> | ||
42 | #include <plat/prcm.h> | 41 | #include <plat/prcm.h> |
43 | #include <plat/gpmc.h> | 42 | #include <plat-omap/dma-omap.h> |
44 | #include <plat/dma.h> | ||
45 | 43 | ||
44 | #include "soc.h" | ||
46 | #include "common.h" | 45 | #include "common.h" |
47 | #include "cm2xxx_3xxx.h" | 46 | #include "cm2xxx_3xxx.h" |
48 | #include "cm-regbits-34xx.h" | 47 | #include "cm-regbits-34xx.h" |
48 | #include "gpmc.h" | ||
49 | #include "prm-regbits-34xx.h" | 49 | #include "prm-regbits-34xx.h" |
50 | 50 | ||
51 | #include "prm2xxx_3xxx.h" | 51 | #include "prm2xxx_3xxx.h" |
52 | #include "pm.h" | 52 | #include "pm.h" |
53 | #include "sdrc.h" | 53 | #include "sdrc.h" |
54 | #include "sram.h" | ||
54 | #include "control.h" | 55 | #include "control.h" |
55 | 56 | ||
56 | /* pm34xx errata defined in pm.h */ | 57 | /* pm34xx errata defined in pm.h */ |