diff options
Diffstat (limited to 'arch/sh/include/mach-ecovec24/mach/romimage.h')
-rw-r--r-- | arch/sh/include/mach-ecovec24/mach/romimage.h | 2 |
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 | ||
38 | extern inline void mmcif_update_progress(int nr) | 38 | static 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); |