aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2010-11-04 16:17:43 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-01-05 15:19:18 +1000
commit63e83c8a52031555b1e724f98a33f1838dee6345 (patch)
tree5a707dc5bc86afd7037864f39919b13b8beccace /arch/m68knommu
parentm68knommu: remove kernel_map() code, it is not used (diff)
downloadlinux-dev-63e83c8a52031555b1e724f98a33f1838dee6345.tar.xz
linux-dev-63e83c8a52031555b1e724f98a33f1838dee6345.zip
m68knommu: remove empty __iounmap() it is no used
The empty __iounmap() function is not used on m68knommu at all. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/mm/kmap.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/m68knommu/mm/kmap.c b/arch/m68knommu/mm/kmap.c
index 902c1dfda9e5..ece8d5ad4e6c 100644
--- a/arch/m68knommu/mm/kmap.c
+++ b/arch/m68knommu/mm/kmap.c
@@ -36,15 +36,6 @@ void iounmap(void *addr)
}
/*
- * __iounmap unmaps nearly everything, so be careful
- * it doesn't free currently pointer/page tables anymore but it
- * wans't used anyway and might be added later.
- */
-void __iounmap(void *addr, unsigned long size)
-{
-}
-
-/*
* 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.