diff options
Diffstat (limited to 'arch/ppc64/kernel/pmac_time.c')
-rw-r--r-- | arch/ppc64/kernel/pmac_time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/pmac_time.c b/arch/ppc64/kernel/pmac_time.c index 3059edb09cc8..6c8c99295e7a 100644 --- a/arch/ppc64/kernel/pmac_time.c +++ b/arch/ppc64/kernel/pmac_time.c | |||
@@ -51,7 +51,7 @@ | |||
51 | extern struct timezone sys_tz; | 51 | extern struct timezone sys_tz; |
52 | extern void to_tm(int tim, struct rtc_time * tm); | 52 | extern void to_tm(int tim, struct rtc_time * tm); |
53 | 53 | ||
54 | void __pmac pmac_get_rtc_time(struct rtc_time *tm) | 54 | void pmac_get_rtc_time(struct rtc_time *tm) |
55 | { | 55 | { |
56 | switch(sys_ctrler) { | 56 | switch(sys_ctrler) { |
57 | #ifdef CONFIG_ADB_PMU | 57 | #ifdef CONFIG_ADB_PMU |
@@ -92,7 +92,7 @@ void __pmac pmac_get_rtc_time(struct rtc_time *tm) | |||
92 | } | 92 | } |
93 | } | 93 | } |
94 | 94 | ||
95 | int __pmac pmac_set_rtc_time(struct rtc_time *tm) | 95 | int pmac_set_rtc_time(struct rtc_time *tm) |
96 | { | 96 | { |
97 | switch(sys_ctrler) { | 97 | switch(sys_ctrler) { |
98 | #ifdef CONFIG_ADB_PMU | 98 | #ifdef CONFIG_ADB_PMU |