diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-03-21 20:46:05 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-22 15:04:23 +1100 |
commit | 00611c5cfc8dea0914c65134f62948a484780a30 (patch) | |
tree | ae22a9077002d4f19ef7264546e11de04a96b678 /include/asm-powerpc/iseries/mf.h | |
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/iseries/mf.h')
-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); extern void mf_init(void); -extern int mf_get_rtc(struct rtc_time *tm); -extern int mf_get_boot_rtc(struct rtc_time *tm); -extern int mf_set_rtc(struct rtc_time *tm); - #endif /* _ASM_POWERPC_ISERIES_MF_H */ |