Message ID | 20180314153603.3127932-23-arnd@arndb.de |
---|---|
State | New |
Headers | show |
Series | [01/47] edac: remove tile driver | expand |
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 <arnd@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.kumar@linaro.org> -- viresh
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
The blackfin architecture is getting removed, so this driver is now obsolete. Signed-off-by: Arnd Bergmann <arnd@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/blackfin-cpufreq.c b/drivers/cpufreq/blackfin-cpufreq.c deleted file mode 100644 index 12e97d8a9db0..000000000000 -- 2.9.0