Skip to content
Commit 28257f7f authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a0b7bd08
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment