]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit82949321c26c169e445dbf2f80d63b2b24acab6f
tree9ee9bf84b02f103594eefcb819096856bf64cc6f
parent8d077099dbebec2f7dff78ec0d6cdc4d938689ce
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]