diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 13:31:15 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 10:45:40 -0800 |
commit | f2bfd174bdc0d3df9fa24b2895d02fa0529679c7 (patch) | |
tree | eacc52f73f7c6768e16b232c264be8be4d222b41 /arch/arm/mach-s3c64xx/mach-smdk6410.c | |
parent | 8eba8ea21f7a289ec78df979b3b5a8affde1e68d (diff) | |
download | blackbird-op-linux-f2bfd174bdc0d3df9fa24b2895d02fa0529679c7.tar.gz blackbird-op-linux-f2bfd174bdc0d3df9fa24b2895d02fa0529679c7.zip |
ARM: S3C64XX: make regs-sys.h local
The header file can be local in mach-s3c64xx/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smdk6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index dcf41bd515e7..ddd0eb84e81f 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c @@ -58,7 +58,6 @@ #include <plat/regs-serial.h> #include <mach/regs-gpio.h> -#include <mach/regs-sys.h> #include <linux/platform_data/ata-samsung_cf.h> #include <linux/platform_data/i2c-s3c2410.h> #include <plat/fb.h> @@ -75,6 +74,7 @@ #include "common.h" #include "regs-modem.h" #include "regs-srom.h" +#include "regs-sys.h" #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |