From: Russell King Date: Thu, 22 Jun 2006 14:05:36 +0000 (+0100) Subject: [ARM] nommu: add stubs for ioremap and friends X-Git-Tag: v2.6.18-rc1~411^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5924486dc0f205ebc2bbf4c262eec902ff38e802;p=pandora-kernel.git [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 --- Reading git-diff-tree failed