aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-03-28 18:00:08 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-05-24 10:03:50 +1000
commit92474a2513e828c27e371728845f24cef98748b2 (patch)
treecf5bbee44bb2860654caab886b8699c8e79e7050 /arch/m68k
parent9461702d2a54cd4d9da09b7755c96815791a9d07 (diff)
downloadkernel_samsung_smdk4412-92474a2513e828c27e371728845f24cef98748b2.zip
kernel_samsung_smdk4412-92474a2513e828c27e371728845f24cef98748b2.tar.gz
kernel_samsung_smdk4412-92474a2513e828c27e371728845f24cef98748b2.tar.bz2
m68knommu: remove unused kernel_set_cachemode()
None of the m68knommu platforms will ever use kernel_set_cachemode(). And it is specific to a couple of m68k devices. So remove it. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/mm/kmap_no.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/m68k/mm/kmap_no.c b/arch/m68k/mm/kmap_no.c
index ece8d5a..38b2abe 100644
--- a/arch/m68k/mm/kmap_no.c
+++ b/arch/m68k/mm/kmap_no.c
@@ -35,11 +35,3 @@ void iounmap(void *addr)
{
}
-/*
- * Set new cache mode for some kernel address space.
- * The caller must push data for that range itself, if such data may already
- * be in the cache.
- */
-void kernel_set_cachemode(void *addr, unsigned long size, int cmode)
-{
-}