diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 17:01:09 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 13:45:38 -0500 |
commit | b4353784ea6d5fd4cffa7498b656f5a72d20f2cd (patch) | |
tree | 8dc9bf0a9a319a7f4605c1b05ea712436b5491ef /arch/arm/mach-s3c2440/Makefile | |
parent | 2a8394f815153c91d087129f5816a01b45c58277 (diff) |
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-s3c2440/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2440/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile index c46092439814..0ddd17fa067e 100644 --- a/arch/arm/mach-s3c2440/Makefile +++ b/arch/arm/mach-s3c2440/Makefile | |||
@@ -9,8 +9,6 @@ obj-m := | |||
9 | obj-n := | 9 | obj-n := |
10 | obj- := | 10 | obj- := |
11 | 11 | ||
12 | obj-$(CONFIG_CPU_S3C2440) += dsc.o | ||
13 | |||
14 | obj-$(CONFIG_S3C2440_CPUFREQ) += s3c2440-cpufreq.o | 12 | obj-$(CONFIG_S3C2440_CPUFREQ) += s3c2440-cpufreq.o |
15 | 13 | ||
16 | obj-$(CONFIG_S3C2440_PLL_12000000) += s3c2440-pll-12000000.o | 14 | obj-$(CONFIG_S3C2440_PLL_12000000) += s3c2440-pll-12000000.o |