m68knommu: remove stubs for __ioremap() and iounmap()
authorGreg Ungerer <gerg@uclinux.org>
Mon, 28 Mar 2011 12:32:05 +0000 (22:32 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 May 2011 00:03:50 +0000 (10:03 +1000)
commit593732bd41a6f16eeed9880ae7d51920fc5350ff
tree9ee9bf84b02f103594eefcb819096856bf64cc6f
parent92474a2513e828c27e371728845f24cef98748b2
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>
arch/m68k/include/asm/io_no.h
arch/m68k/kernel/m68k_ksyms_no.c
arch/m68k/mm/Makefile_no
arch/m68k/mm/kmap_no.c [deleted file]