diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/pm.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/pm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/pm.c b/arch/arm/mach-s3c24xx/pm.c index 724755f0b0f5..caa5b7211380 100644 --- a/arch/arm/mach-s3c24xx/pm.c +++ b/arch/arm/mach-s3c24xx/pm.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <plat/regs-serial.h> | 38 | #include <plat/regs-serial.h> |
39 | #include <mach/regs-clock.h> | 39 | #include <mach/regs-clock.h> |
40 | #include <mach/regs-gpio.h> | 40 | #include <mach/regs-gpio.h> |
41 | #include <mach/regs-mem.h> | ||
42 | #include <mach/regs-irq.h> | 41 | #include <mach/regs-irq.h> |
43 | 42 | ||
44 | #include <asm/mach/time.h> | 43 | #include <asm/mach/time.h> |
@@ -46,6 +45,8 @@ | |||
46 | #include <plat/gpio-cfg.h> | 45 | #include <plat/gpio-cfg.h> |
47 | #include <plat/pm.h> | 46 | #include <plat/pm.h> |
48 | 47 | ||
48 | #include "regs-mem.h" | ||
49 | |||
49 | #define PFX "s3c24xx-pm: " | 50 | #define PFX "s3c24xx-pm: " |
50 | 51 | ||
51 | static struct sleep_save core_save[] = { | 52 | static struct sleep_save core_save[] = { |