On 14-03-18, 16:35, Arnd Bergmann wrote: > The blackfin architecture is getting removed, so this driver is > now obsolete. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> > --- > drivers/cpufreq/Makefile | 1 - > drivers/cpufreq/blackfin-cpufreq.c | 217 > ------------------------------------- > 2 files changed, 218 deletions(-) > delete mode 100644 drivers/cpufreq/blackfin-cpufreq.c > > diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile > index 4987227b67df..2e4495cf9aa8 100644 > --- a/drivers/cpufreq/Makefile > +++ b/drivers/cpufreq/Makefile > @@ -101,7 +101,6 @@ obj-$(CONFIG_POWERNV_CPUFREQ) += > powernv-cpufreq.o > > > ################################################################################## > # Other platform drivers > -obj-$(CONFIG_BFIN_CPU_FREQ) += blackfin-cpufreq.o > obj-$(CONFIG_BMIPS_CPUFREQ) += bmips-cpufreq.o > obj-$(CONFIG_CRIS_MACH_ARTPEC3) += cris-artpec3-cpufreq.o > obj-$(CONFIG_ETRAXFS) += cris-etraxfs-cpufreq.o > diff --git a/drivers/cpufreq/blackfin-cpufreq.c > b/drivers/cpufreq/blackfin-cpufreq.c > deleted file mode 100644 > index 12e97d8a9db0..000000000000
Acked-by: Viresh Kumar <viresh.ku...@linaro.org> -- viresh