From: Linus Walleij Date: Tue, 17 Apr 2012 08:15:54 +0000 (+0200) Subject: gpio/nomadik: use ioremap() instead of static mappings X-Git-Tag: v3.5-rc1~152^2~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d91771ca4aff257f53ac7643f90b5cbb740971b;p=pandora-kernel.git gpio/nomadik: use ioremap() instead of static mappings We were using a custom io_p2v() (physical-to-virtual) translation macro, but it's fully possible to just ioremap() this memory now, so skip use of static addresses altogether. Signed-off-by: Linus Walleij --- Reading git-diff-tree failed