diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-02-02 09:49:35 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-02-04 22:31:39 +0400 |
commit | 14cce0e7754e72516af8406a90c7c3eb177632d4 (patch) | |
tree | e65101e99123a5d9b0c8fd196cc0129c160da72f /arch/arm/mach-s3c24xx/s3c2412.c | |
parent | d3c01e7eab0a49ac2b08bc1317d47ae31a568923 (diff) | |
download | linux-14cce0e7754e72516af8406a90c7c3eb177632d4.tar.xz |
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/s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/s3c2412.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c2412.c b/arch/arm/mach-s3c24xx/s3c2412.c index ec0b31818c51..0d592159a5c3 100644 --- a/arch/arm/mach-s3c24xx/s3c2412.c +++ b/arch/arm/mach-s3c24xx/s3c2412.c @@ -34,7 +34,6 @@ #include <mach/hardware.h> #include <mach/regs-clock.h> #include <mach/regs-gpio.h> -#include <mach/regs-power.h> #include <plat/clock.h> #include <plat/cpu.h> @@ -49,6 +48,7 @@ #include "common.h" #include "regs-dsc.h" +#include "s3c2412-power.h" #define S3C2412_SWRST (S3C24XX_VA_CLKPWR + 0x30) #define S3C2412_SWRST_RESET (0x533C2412) |