浏览代码

cpufreq: blackfin: move cpufreq driver to drivers/cpufreq

This patch moves cpufreq driver of BLACKFIN architecture to drivers/cpufreq.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Viresh Kumar 12 年之前
父节点
当前提交
d5cc9901ca
共有 3 个文件被更改,包括 1 次插入1 次删除
  1. 0 1
      arch/blackfin/mach-common/Makefile
  2. 1 0
      drivers/cpufreq/Makefile
  3. 0 0
      drivers/cpufreq/blackfin-cpufreq.c

+ 0 - 1
arch/blackfin/mach-common/Makefile

@@ -10,7 +10,6 @@ obj-$(CONFIG_PM)          += pm.o
 ifneq ($(CONFIG_BF60x),y)
 obj-$(CONFIG_PM)	  += dpmc_modes.o
 endif
-obj-$(CONFIG_CPU_FREQ)    += cpufreq.o
 obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
 obj-$(CONFIG_SMP)         += smp.o
 obj-$(CONFIG_BFIN_KERNEL_CLOCK) += clocks-init.o

+ 1 - 0
drivers/cpufreq/Makefile

@@ -78,3 +78,4 @@ obj-$(CONFIG_CPU_FREQ_MAPLE)		+= maple-cpufreq.o
 ##################################################################################
 # Other platform drivers
 obj-$(CONFIG_AVR32_AT32AP_CPUFREQ)	+= at32ap-cpufreq.o
+obj-$(CONFIG_BLACKFIN)			+= blackfin-cpufreq.o

+ 0 - 0
arch/blackfin/mach-common/cpufreq.c → drivers/cpufreq/blackfin-cpufreq.c