summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm/Makefile_no
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-03-28 22:32:05 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-05-24 10:03:50 +1000
commit593732bd41a6f16eeed9880ae7d51920fc5350ff (patch)
tree9ee9bf84b02f103594eefcb819096856bf64cc6f /arch/m68k/mm/Makefile_no
parent92474a2513e828c27e371728845f24cef98748b2 (diff)
downloadtalos-op-linux-593732bd41a6f16eeed9880ae7d51920fc5350ff.tar.gz
talos-op-linux-593732bd41a6f16eeed9880ae7d51920fc5350ff.zip
m68knommu: remove stubs for __ioremap() and iounmap()
The implementation of iounmap() and __ioremap() for non-mmu m68k is trivial. We can inline them in m68knommu headers and remove the trivial implementations. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/mm/Makefile_no')
-rw-r--r--arch/m68k/mm/Makefile_no2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mm/Makefile_no b/arch/m68k/mm/Makefile_no
index b54ab6b4b523..80579c6a6881 100644
--- a/arch/m68k/mm/Makefile_no
+++ b/arch/m68k/mm/Makefile_no
@@ -2,4 +2,4 @@
# Makefile for the linux m68knommu specific parts of the memory manager.
#
-obj-y += init.o kmap.o
+obj-y += init.o
OpenPOWER on IntegriCloud