From: Russell King Date: Wed, 8 Dec 2010 13:57:48 +0000 (+0000) Subject: ARM: io: simplify ioremap* and iounmap definitions X-Git-Tag: v2.6.38-rc1~471^2~5^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28257f7fdee0facc3b7f934e82c2485f27120d41;p=pandora-kernel.git 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 --- Reading git-diff-tree failed