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/mach-jive.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/mach-jive.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-jive.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-jive.c b/arch/arm/mach-s3c24xx/mach-jive.c index c9954e26b492..0de85e32082d 100644 --- a/arch/arm/mach-s3c24xx/mach-jive.c +++ b/arch/arm/mach-s3c24xx/mach-jive.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <linux/platform_data/mtd-nand-s3c2410.h> | 35 | #include <linux/platform_data/mtd-nand-s3c2410.h> |
36 | #include <linux/platform_data/i2c-s3c2410.h> | 36 | #include <linux/platform_data/i2c-s3c2410.h> |
37 | 37 | ||
38 | #include <mach/regs-power.h> | ||
39 | #include <mach/regs-gpio.h> | 38 | #include <mach/regs-gpio.h> |
40 | #include <mach/regs-mem.h> | 39 | #include <mach/regs-mem.h> |
41 | #include <mach/regs-lcd.h> | 40 | #include <mach/regs-lcd.h> |
@@ -56,6 +55,8 @@ | |||
56 | #include <plat/pm.h> | 55 | #include <plat/pm.h> |
57 | #include <linux/platform_data/usb-s3c2410_udc.h> | 56 | #include <linux/platform_data/usb-s3c2410_udc.h> |
58 | 57 | ||
58 | #include "s3c2412-power.h" | ||
59 | |||
59 | static struct map_desc jive_iodesc[] __initdata = { | 60 | static struct map_desc jive_iodesc[] __initdata = { |
60 | }; | 61 | }; |
61 | 62 | ||