forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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