diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-02-04 02:00:11 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-02-04 19:31:43 +0100 |
commit | 37c3adca81b282bdf310d5ed54acbc28ac0b20a3 (patch) | |
tree | 4f3aab042ce27c6341c9db6b0e57946f182a046a /arch/arm/mach-s3c24xx/mach-gta02.c | |
parent | ARM: S3C24XX: header mach/regs-power.h local (diff) | |
download | linux-37c3adca81b282bdf310d5ed54acbc28ac0b20a3.tar.xz linux-37c3adca81b282bdf310d5ed54acbc28ac0b20a3.zip |
ARM: S3C24XX: header mach/regs-mem.h local
Since header mach/regs-mem.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-gta02.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-gta02.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-gta02.c b/arch/arm/mach-s3c24xx/mach-gta02.c index 1053706c0ea5..fa9bbe6f3446 100644 --- a/arch/arm/mach-s3c24xx/mach-gta02.c +++ b/arch/arm/mach-s3c24xx/mach-gta02.c @@ -75,7 +75,6 @@ #include <mach/hardware.h> #include <mach/regs-gpio.h> #include <mach/regs-irq.h> -#include <mach/regs-mem.h> #include <plat/cpu.h> #include <plat/devs.h> |