From: H Hartley Sweeten Date: Tue, 2 Jul 2013 17:06:26 +0000 (-0700) Subject: spi: spi-ep93xx: use read,write instead of __raw_* variants X-Git-Tag: v3.12-rc1~192^2~24^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d7586bda032748ceec44416fa32a711a62e4954;p=pandora-kernel.git spi: spi-ep93xx: use read,write instead of __raw_* variants The memory resource used by this driver is ioremap()'d and the normal read,write calls can be used instead of the __raw_* variants. Also, remove the inline tag on the helper functions and let the compiler decide if they are inlined. Signed-off-by: H Hartley Sweeten Acked-by: Mika Westerberg Signed-off-by: Mark Brown --- Reading git-diff-tree failed