From: Paul Mundt Date: Thu, 4 Nov 2010 03:21:25 +0000 (+0900) Subject: mmc: sh_mmcif: Convert extern inline to static inline. X-Git-Tag: v2.6.37-rc2~78^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6ba5792ce9e4a731baeb976ccc72e0cf43d20b;p=pandora-kernel.git mmc: sh_mmcif: Convert extern inline to static inline. Presently the extern inline case results in a compiler warning on ARM due to the memory barrier definition used in the I/O routines. These ultimately all want to be static inline anyways, so just convert them all in place. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed