aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/mach-kfr2r09
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-11-26 23:02:57 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-11-29 12:54:44 +0900
commit7211a1bae6eac26539eb2d77a26fcd1bccef8137 (patch)
treea093fcc3e1a12cf95bd74c2403bf26e445a47447 /arch/sh/include/mach-kfr2r09
parentmmc, sh: Move constants to sh_mmcif.h (diff)
downloadlinux-dev-7211a1bae6eac26539eb2d77a26fcd1bccef8137.tar.xz
linux-dev-7211a1bae6eac26539eb2d77a26fcd1bccef8137.zip
sh, mmc: Make mmcif_update_progress static inline
extern inline doesn't make much sense Cc: Yusuke Goda <yusuke.goda.sx@renesas.com> Cc: Magnus Damm <magnus.damm@gmail.com> Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/mach-kfr2r09')
-rw-r--r--arch/sh/include/mach-kfr2r09/mach/romimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/mach-kfr2r09/mach/romimage.h b/arch/sh/include/mach-kfr2r09/mach/romimage.h
index 976256a323f2..7a883167c846 100644
--- a/arch/sh/include/mach-kfr2r09/mach/romimage.h
+++ b/arch/sh/include/mach-kfr2r09/mach/romimage.h
@@ -23,7 +23,7 @@
#else /* __ASSEMBLY__ */
-extern inline void mmcif_update_progress(int nr)
+static inline void mmcif_update_progress(int nr)
{
}