+7
−1
arch/arm/mm/iomap.c
0 → 100644
+55
−0
+0
−47
arch/arm/mm/nommu.c
0 → 100644
+30
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
nommu doesn't have any form of remapping support, so ioremap, etc
become stubs which just return the casted address, doing nothing
else.
Move ioport_map(), ioport_unmap(), pci_iomap(), pci_iounmap()
into a separate file which is always built.
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>