aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/mach-ecovec24/mach
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-11-26 18:02:57 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-11-28 22:54:44 -0500
commit7211a1bae6eac26539eb2d77a26fcd1bccef8137 (patch)
treea093fcc3e1a12cf95bd74c2403bf26e445a47447 /arch/sh/include/mach-ecovec24/mach
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/mach')
-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 @@
35#define HIZCRA 0xa4050158 35#define HIZCRA 0xa4050158
36#define PGDR 0xa405012c 36#define PGDR 0xa405012c
37 37
38extern inline void mmcif_update_progress(int nr) 38static inline void mmcif_update_progress(int nr)
39{ 39{
40 /* disable Hi-Z for LED pins */ 40 /* disable Hi-Z for LED pins */
41 __raw_writew(__raw_readw(HIZCRA) & ~(1 << 1), HIZCRA); 41 __raw_writew(__raw_readw(HIZCRA) & ~(1 << 1), HIZCRA);