hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/clocksource/timer-of.h
....@@ -66,9 +66,9 @@
6666 return to->of_clk.period;
6767 }
6868
69
-extern int __init timer_of_init(struct device_node *np,
69
+extern int timer_of_init(struct device_node *np,
7070 struct timer_of *to);
7171
72
-extern void __init timer_of_cleanup(struct timer_of *to);
72
+extern void timer_of_cleanup(struct timer_of *to);
7373
7474 #endif