hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/x86/kernel/x86_init.c
....@@ -32,8 +32,8 @@
3232 static void iommu_shutdown_noop(void) { }
3333 bool __init bool_x86_init_noop(void) { return false; }
3434 void x86_op_int_noop(int cpu) { }
35
-static __init int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; }
36
-static __init void get_rtc_noop(struct timespec64 *now) { }
35
+static int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; }
36
+static void get_rtc_noop(struct timespec64 *now) { }
3737
3838 static __initconst const struct of_device_id of_cmos_match[] = {
3939 { .compatible = "motorola,mc146818" },