diff options
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 4 | ||||
-rw-r--r-- | drivers/cpufreq/Makefile | 1 | ||||
-rw-r--r-- | drivers/cpufreq/s3c64xx.c (renamed from arch/arm/mach-s3c64xx/cpufreq.c) | 3 |
3 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index 4657363f067..f5a7144a052 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile | |||
@@ -23,10 +23,6 @@ obj-$(CONFIG_CPU_S3C6410) += s3c6410.o | |||
23 | obj-y += irq.o | 23 | obj-y += irq.o |
24 | obj-y += irq-eint.o | 24 | obj-y += irq-eint.o |
25 | 25 | ||
26 | # CPU frequency scaling | ||
27 | |||
28 | obj-$(CONFIG_CPU_FREQ_S3C64XX) += cpufreq.o | ||
29 | |||
30 | # DMA support | 26 | # DMA support |
31 | 27 | ||
32 | obj-$(CONFIG_S3C64XX_DMA) += dma.o | 28 | obj-$(CONFIG_S3C64XX_DMA) += dma.o |
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index e2fc2d21fa6..0fd8cae1c82 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile | |||
@@ -41,3 +41,4 @@ obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o | |||
41 | 41 | ||
42 | # ARM SoC drivers | 42 | # ARM SoC drivers |
43 | obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o | 43 | obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o |
44 | obj-$(CONFIG_CPU_FREQ_S3C64XX) += s3c64xx.o | ||
diff --git a/arch/arm/mach-s3c64xx/cpufreq.c b/drivers/cpufreq/s3c64xx.c index 4375b97588b..fc3f18078e5 100644 --- a/arch/arm/mach-s3c64xx/cpufreq.c +++ b/drivers/cpufreq/s3c64xx.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* linux/arch/arm/plat-s3c64xx/cpufreq.c | 1 | /* |
2 | * | ||
3 | * Copyright 2009 Wolfson Microelectronics plc | 2 | * Copyright 2009 Wolfson Microelectronics plc |
4 | * | 3 | * |
5 | * S3C64xx CPUfreq Support | 4 | * S3C64xx CPUfreq Support |