commit | 5924486dc0f205ebc2bbf4c262eec902ff38e802 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Jun 22 15:05:36 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 28 17:59:48 2006 +0100 |
tree | acde32ec730762ed2d0a742990cfe2dc7f6e5cf0 | |
parent | f9c21a6ee7e040be0f623a6b8dcfb5ec4f7532f5 [diff] |
[ARM] nommu: add stubs for ioremap and friends 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>