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/s3c2412.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/s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/s3c2412.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c2412.c b/arch/arm/mach-s3c24xx/s3c2412.c index 26ab76094a65..c511a225f07a 100644 --- a/arch/arm/mach-s3c24xx/s3c2412.c +++ b/arch/arm/mach-s3c24xx/s3c2412.c @@ -33,7 +33,6 @@ #include <mach/hardware.h> #include <mach/regs-clock.h> -#include <mach/regs-dsc.h> #include <mach/regs-gpio.h> #include <mach/regs-power.h> @@ -48,6 +47,8 @@ #include <plat/regs-spi.h> #include <plat/s3c2412.h> +#include "regs-dsc.h" + #define S3C2412_SWRST (S3C24XX_VA_CLKPWR + 0x30) #define S3C2412_SWRST_RESET (0x533C2412) |