summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/mach-ecovec24
diff options
context:
space:
mode:
authorSimon Horman2010-11-27 00:02:57 +0100
committerPaul Mundt2010-11-29 04:54:44 +0100
commit7211a1bae6eac26539eb2d77a26fcd1bccef8137 (patch)
treea093fcc3e1a12cf95bd74c2403bf26e445a47447 /arch/sh/include/mach-ecovec24
parentmmc, sh: Move constants to sh_mmcif.h (diff)
downloadkernel-qcow2-linux-7211a1bae6eac26539eb2d77a26fcd1bccef8137.tar.gz
kernel-qcow2-linux-7211a1bae6eac26539eb2d77a26fcd1bccef8137.tar.xz
kernel-qcow2-linux-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-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);