diff options
Diffstat (limited to 'arch/ppc64/kernel/maple_setup.c')
-rw-r--r-- | arch/ppc64/kernel/maple_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/maple_setup.c b/arch/ppc64/kernel/maple_setup.c index 22987675f544..a107ed69a355 100644 --- a/arch/ppc64/kernel/maple_setup.c +++ b/arch/ppc64/kernel/maple_setup.c | |||
@@ -70,7 +70,7 @@ | |||
70 | 70 | ||
71 | extern int maple_set_rtc_time(struct rtc_time *tm); | 71 | extern int maple_set_rtc_time(struct rtc_time *tm); |
72 | extern void maple_get_rtc_time(struct rtc_time *tm); | 72 | extern void maple_get_rtc_time(struct rtc_time *tm); |
73 | extern void maple_get_boot_time(struct rtc_time *tm); | 73 | extern unsigned long maple_get_boot_time(void); |
74 | extern void maple_calibrate_decr(void); | 74 | extern void maple_calibrate_decr(void); |
75 | extern void maple_pci_init(void); | 75 | extern void maple_pci_init(void); |
76 | extern void maple_pcibios_fixup(void); | 76 | extern void maple_pcibios_fixup(void); |