git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad3cde
)
mmc: sh_mmcif: Convert extern inline to static inline.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 4 Nov 2010 03:21:25 +0000
(12:21 +0900)
committer
Paul 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