aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r--arch/arm/mach-omap2/pm34xx.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index a9b8da1629bf..7be3622cfc85 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -28,19 +28,17 @@
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 "clockdomain.h" 40#include "clockdomain.h"
39#include "powerdomain.h" 41#include "powerdomain.h"
40#include <plat-omap/dma-omap.h>
41
42#include "../plat-omap/sram.h"
43
44#include "soc.h" 42#include "soc.h"
45#include "common.h" 43#include "common.h"
46#include "cm3xxx.h" 44#include "cm3xxx.h"
@@ -50,6 +48,7 @@
50#include "prm3xxx.h" 48#include "prm3xxx.h"
51#include "pm.h" 49#include "pm.h"
52#include "sdrc.h" 50#include "sdrc.h"
51#include "sram.h"
53#include "control.h" 52#include "control.h"
54 53
55/* pm34xx errata defined in pm.h */ 54/* pm34xx errata defined in pm.h */