diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-13 19:32:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-16 22:10:25 -0400 |
commit | 3aa670419a02b19a2168894f7edbb5e4b9e4e607 (patch) | |
tree | 1055ea62cfe2c45e6af75a82918fb32f606fa56d /arch/blackfin/mach-common/Makefile | |
parent | 0198b3bcaed1374f454e56e46f0e1ca1fc24e0a1 (diff) | |
download | talos-op-linux-3aa670419a02b19a2168894f7edbb5e4b9e4e607.tar.gz talos-op-linux-3aa670419a02b19a2168894f7edbb5e4b9e4e607.zip |
Blackfin: punt dead cache locking code
No one uses these functions, and some are duplicate of existing C code. So
just punt the whole thing.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common/Makefile')
-rw-r--r-- | arch/blackfin/mach-common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/Makefile b/arch/blackfin/mach-common/Makefile index dd8b2dc97f56..814cb483853b 100644 --- a/arch/blackfin/mach-common/Makefile +++ b/arch/blackfin/mach-common/Makefile @@ -6,7 +6,6 @@ obj-y := \ cache.o cache-c.o entry.o head.o \ interrupt.o arch_checks.o ints-priority.o -obj-$(CONFIG_BFIN_ICACHE_LOCK) += lock.o obj-$(CONFIG_PM) += pm.o dpmc_modes.o obj-$(CONFIG_CPU_FREQ) += cpufreq.o obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o |