Home
last modified time | relevance | path

Searched hist:a0b7bd0829194c03921915a68ee4a331ee394223 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dio.hdiff a0b7bd0829194c03921915a68ee4a331ee394223 Wed Dec 08 07:49:04 CST 2010 Russell King <rmk+kernel@arm.linux.org.uk> 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: Russell King <rmk+kernel@arm.linux.org.uk>