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

ARM: io: make iounmap() a simple macro



Defining iounmap() with arguments prevents it from being used as a
function pointer, causing platforms to work around this.  Instead,
define it to be a simple macro.

Do the same for __arch_io(re|un)map too.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent cf7d7e5a
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