forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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