mmc: sh_mmcif: Convert extern inline to static inline.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 4 Nov 2010 03:21:25 +0000 (12:21 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 4 Nov 2010 03:21:25 +0000 (12:21 +0900)
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 <lethal@linux-sh.org>

No differences found