commit | 2f6ba5792ce9e4a731baeb976ccc72e0cf43d20b | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Nov 04 12:21:25 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Nov 04 12:21:25 2010 +0900 |
tree | c229ef513996d87ad9fd21799444e6d2590353e7 | |
parent | cad3cde3f6f2a7854489f957dc22aa9a23afb06c [diff] |
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 <lethal@linux-sh.org>