diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-03-21 04:46:05 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-21 23:04:23 -0500 |
commit | 00611c5cfc8dea0914c65134f62948a484780a30 (patch) | |
tree | ae22a9077002d4f19ef7264546e11de04a96b678 /include/asm-powerpc | |
parent | a9ea2101aaa7fe73cb352cea4145853efdabaa0d (diff) |
[PATCH] powerpc: iseries: Make more stuff static in platforms/iseries/mf.c
Make mf_get_rtc(), mf_get_boot_rtc() and mf_set_rtc() static, cause they can
be. We need to move mf_set_rtc() to avoid a forward declaration.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/iseries/mf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-powerpc/iseries/mf.h b/include/asm-powerpc/iseries/mf.h index 89f3282df04d..eb851a9c9e5c 100644 --- a/include/asm-powerpc/iseries/mf.h +++ b/include/asm-powerpc/iseries/mf.h | |||
@@ -48,8 +48,4 @@ extern void mf_display_progress(u16 value); | |||
48 | 48 | ||
49 | extern void mf_init(void); | 49 | extern void mf_init(void); |
50 | 50 | ||
51 | extern int mf_get_rtc(struct rtc_time *tm); | ||
52 | extern int mf_get_boot_rtc(struct rtc_time *tm); | ||
53 | extern int mf_set_rtc(struct rtc_time *tm); | ||
54 | |||
55 | #endif /* _ASM_POWERPC_ISERIES_MF_H */ | 51 | #endif /* _ASM_POWERPC_ISERIES_MF_H */ |