diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-02-02 00:49:35 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-02-04 13:31:39 -0500 |
commit | 14cce0e7754e72516af8406a90c7c3eb177632d4 (patch) | |
tree | e65101e99123a5d9b0c8fd196cc0129c160da72f /arch/arm/mach-s3c24xx/pm-s3c2412.c | |
parent | d3c01e7eab0a49ac2b08bc1317d47ae31a568923 (diff) |
ARM: S3C24XX: header mach/regs-power.h local
Since header mach/regs-power.h is used only into mach-s3c24xx/,
this patch moves the header file in local.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/pm-s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/pm-s3c2412.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/pm-s3c2412.c b/arch/arm/mach-s3c24xx/pm-s3c2412.c index 206765cc4092..2ce86a4fa760 100644 --- a/arch/arm/mach-s3c24xx/pm-s3c2412.c +++ b/arch/arm/mach-s3c24xx/pm-s3c2412.c | |||
@@ -26,13 +26,13 @@ | |||
26 | 26 | ||
27 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
28 | #include <mach/regs-gpio.h> | 28 | #include <mach/regs-gpio.h> |
29 | #include <mach/regs-power.h> | ||
30 | 29 | ||
31 | #include <plat/cpu.h> | 30 | #include <plat/cpu.h> |
32 | #include <plat/pm.h> | 31 | #include <plat/pm.h> |
33 | #include <plat/s3c2412.h> | 32 | #include <plat/s3c2412.h> |
34 | 33 | ||
35 | #include "regs-dsc.h" | 34 | #include "regs-dsc.h" |
35 | #include "s3c2412-power.h" | ||
36 | 36 | ||
37 | extern void s3c2412_sleep_enter(void); | 37 | extern void s3c2412_sleep_enter(void); |
38 | 38 | ||