From: Thierry Reding Date: Wed, 1 Oct 2014 12:13:33 +0000 (+0200) Subject: ARM: ebsa110: Properly override I/O accessors X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~8^2~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd0f55961d87da617adae717737d13cb9518e7f;p=pandora-kernel.git ARM: ebsa110: Properly override I/O accessors In order to override accessors properly they must be #define'd so that subsequent generic headers (the one for ARM and finally the architecture independent one) can properly detect it. While at it, make all accessors use volatile void __iomem * to avoid a slew of build warnings. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed