From: Sam Ravnborg Date: Sun, 20 Jul 2014 11:38:59 +0000 (+0200) Subject: sparc64: update IO access functions in PeeCeeI X-Git-Tag: omap-for-v3.17/fixes-against-rc2~148^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8b5507ed921d8fc5dc44f6eed0c14deb401495;p=pandora-kernel.git sparc64: update IO access functions in PeeCeeI The PeeCeeI.c code used in*() + out*() for IO access. But these are in little endian and the native (big) endian result was required which resulted in some bit-shifting. Shift the code over to use the __raw_*() variants all over. This simplifies the code as we can drop the calls to le16_to_cpu() and le32_to_cpu(). And it should be a little faster too. With this change we now uses the same type of IO access functions in all of the file. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed