diff options
Diffstat (limited to 'arch/powerpc/include/asm/time.h')
-rw-r--r-- | arch/powerpc/include/asm/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/time.h b/arch/powerpc/include/asm/time.h index c1f267694acb..1d428e6007ca 100644 --- a/arch/powerpc/include/asm/time.h +++ b/arch/powerpc/include/asm/time.h | |||
@@ -28,6 +28,7 @@ extern struct clock_event_device decrementer_clockevent; | |||
28 | struct rtc_time; | 28 | struct rtc_time; |
29 | extern void to_tm(int tim, struct rtc_time * tm); | 29 | extern void to_tm(int tim, struct rtc_time * tm); |
30 | extern void GregorianDay(struct rtc_time *tm); | 30 | extern void GregorianDay(struct rtc_time *tm); |
31 | extern void tick_broadcast_ipi_handler(void); | ||
31 | 32 | ||
32 | extern void generic_calibrate_decr(void); | 33 | extern void generic_calibrate_decr(void); |
33 | 34 | ||