From: Russell King Date: Wed, 8 Dec 2010 13:49:04 +0000 (+0000) Subject: ARM: io: make iounmap() a simple macro X-Git-Tag: v2.6.38-rc1~471^2~5^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b7bd0829194c03921915a68ee4a331ee394223;p=pandora-kernel.git 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 --- Reading git-diff-tree failed