summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/pmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/kernel/pmac.h')
-rw-r--r--arch/ppc64/kernel/pmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/pmac.h b/arch/ppc64/kernel/pmac.h
index 40e1c5030f7..fa59f2a5c72 100644
--- a/arch/ppc64/kernel/pmac.h
+++ b/arch/ppc64/kernel/pmac.h
@@ -9,7 +9,7 @@
* pmac_* files. Mostly for use by pmac_setup
*/
-extern void pmac_get_boot_time(struct rtc_time *tm);
+extern unsigned long pmac_get_boot_time(void);
extern void pmac_get_rtc_time(struct rtc_time *tm);
extern int pmac_set_rtc_time(struct rtc_time *tm);
extern void pmac_read_rtc_time(void);