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)
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>

No differences found