summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/bfin-global.h
diff options
context:
space:
mode:
authorMike Frysinger2009-08-14 01:32:11 +0200
committerMike Frysinger2009-09-17 04:10:25 +0200
commit3aa670419a02b19a2168894f7edbb5e4b9e4e607 (patch)
tree1055ea62cfe2c45e6af75a82918fb32f606fa56d /arch/blackfin/include/asm/bfin-global.h
parentBlackfin: drop board resources for dead devices (pbx/ad9960) (diff)
downloadkernel-qcow2-linux-3aa670419a02b19a2168894f7edbb5e4b9e4e607.tar.gz
kernel-qcow2-linux-3aa670419a02b19a2168894f7edbb5e4b9e4e607.tar.xz
kernel-qcow2-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/include/asm/bfin-global.h')
-rw-r--r--arch/blackfin/include/asm/bfin-global.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/blackfin/include/asm/bfin-global.h b/arch/blackfin/include/asm/bfin-global.h
index e6ecbe4f4d02..aef0594e7865 100644
--- a/arch/blackfin/include/asm/bfin-global.h
+++ b/arch/blackfin/include/asm/bfin-global.h
@@ -99,11 +99,6 @@ extern unsigned long bfin_sic_iwr[];
extern unsigned vr_wakeup;
extern u16 _bfin_swrst; /* shadow for Software Reset Register (SWRST) */
-#ifdef CONFIG_BFIN_ICACHE_LOCK
-extern void cache_grab_lock(int way);
-extern void bfin_cache_lock(int way);
-#endif
-
#endif
#endif /* _BLACKFIN_H_ */