summaryrefslogtreecommitdiff
path: root/arch/sh/include/mach-ecovec24
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-ecovec24
parentda1d39e3903bc35be2b5e8d2116fdd5d337244d4 (diff)
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-ecovec24')
-rw-r--r--arch/sh/include/mach-ecovec24/mach/romimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/mach-ecovec24/mach/romimage.h b/arch/sh/include/mach-ecovec24/mach/romimage.h
index 1dcf5e6c8d83..d63ef51ec186 100644
--- a/arch/sh/include/mach-ecovec24/mach/romimage.h
+++ b/arch/sh/include/mach-ecovec24/mach/romimage.h
@@ -35,7 +35,7 @@
#define HIZCRA 0xa4050158
#define PGDR 0xa405012c
-extern inline void mmcif_update_progress(int nr)
+static inline void mmcif_update_progress(int nr)
{
/* disable Hi-Z for LED pins */
__raw_writew(__raw_readw(HIZCRA) & ~(1 << 1), HIZCRA);