diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-03 02:01:09 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 22:45:38 +0400 |
commit | b4353784ea6d5fd4cffa7498b656f5a72d20f2cd (patch) | |
tree | 8dc9bf0a9a319a7f4605c1b05ea712436b5491ef /arch/arm/mach-s3c24xx/s3c244x.c | |
parent | 2a8394f815153c91d087129f5816a01b45c58277 (diff) | |
download | linux-b4353784ea6d5fd4cffa7498b656f5a72d20f2cd.tar.xz |
ARM: S3C24XX: remove dsc.c and make regs-dsc.h local
The mach-s3c2440/dsc.c is no longer used and the header, regs-dsc.h
can be local in mach-s3c24xx/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/s3c244x.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/s3c244x.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c244x.c b/arch/arm/mach-s3c24xx/s3c244x.c index b0b60a1154d6..ad2671baa910 100644 --- a/arch/arm/mach-s3c24xx/s3c244x.c +++ b/arch/arm/mach-s3c24xx/s3c244x.c @@ -36,7 +36,6 @@ #include <mach/regs-clock.h> #include <plat/regs-serial.h> #include <mach/regs-gpio.h> -#include <mach/regs-dsc.h> #include <plat/s3c2410.h> #include <plat/s3c244x.h> @@ -48,6 +47,8 @@ #include <plat/nand-core.h> #include <plat/watchdog-reset.h> +#include "regs-dsc.h" + static struct map_desc s3c244x_iodesc[] __initdata = { IODESC_ENT(CLKPWR), IODESC_ENT(TIMER), |