kernel/drivers/clocksource/timer-of.h
.. .. @@ -66,9 +66,9 @@ 66 66 return to->of_clk.period; 67 67 } 68 68 69 -extern int __init timer_of_init(struct device_node *np,69 +extern int timer_of_init(struct device_node *np,70 70 struct timer_of *to); 71 71 72 -extern void __init timer_of_cleanup(struct timer_of *to);72 +extern void timer_of_cleanup(struct timer_of *to);73 73 74 74 #endif