]> git.karo-electronics.de Git - mv-sheeva.git/commit
ARM: io: simplify ioremap* and iounmap definitions
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 8 Dec 2010 13:57:48 +0000 (13:57 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 8 Dec 2010 13:58:24 +0000 (13:58 +0000)
commit28257f7fdee0facc3b7f934e82c2485f27120d41
tree6b018506ca7fe825619f36f52922d83baf1bfde4
parenta0b7bd0829194c03921915a68ee4a331ee394223
ARM: io: simplify ioremap* and iounmap definitions

We don't need to repeat the same definitions of the ioremap*(),
once in terms of __arch_ioremap() and again in terms of __arm_ioremap().
Instead, if the platform hasn't provided an __arch_ioremap, define
this to be __arm_ioremap, and only define the ioremap*() set using
__arch_ioremap.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/io.h