diff options
Diffstat (limited to 'arch/ppc64/kernel/pmac.h')
-rw-r--r-- | arch/ppc64/kernel/pmac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/pmac.h b/arch/ppc64/kernel/pmac.h index 40e1c5030f74..fa59f2a5c722 100644 --- a/arch/ppc64/kernel/pmac.h +++ b/arch/ppc64/kernel/pmac.h | |||
@@ -9,7 +9,7 @@ | |||
9 | * pmac_* files. Mostly for use by pmac_setup | 9 | * pmac_* files. Mostly for use by pmac_setup |
10 | */ | 10 | */ |
11 | 11 | ||
12 | extern void pmac_get_boot_time(struct rtc_time *tm); | 12 | extern unsigned long pmac_get_boot_time(void); |
13 | extern void pmac_get_rtc_time(struct rtc_time *tm); | 13 | extern void pmac_get_rtc_time(struct rtc_time *tm); |
14 | extern int pmac_set_rtc_time(struct rtc_time *tm); | 14 | extern int pmac_set_rtc_time(struct rtc_time *tm); |
15 | extern void pmac_read_rtc_time(void); | 15 | extern void pmac_read_rtc_time(void); |