+2
-2
arch/x86/kernel/x86_init.c
+2
-2
arch/x86/kernel/x86_init.c
···
33
33
static void iommu_shutdown_noop(void) { }
34
34
bool __init bool_x86_init_noop(void) { return false; }
35
35
void x86_op_int_noop(int cpu) { }
36
-
static __init int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; }
37
-
static __init void get_rtc_noop(struct timespec64 *now) { }
36
+
static int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; }
37
+
static void get_rtc_noop(struct timespec64 *now) { }
38
38
39
39
static __initconst const struct of_device_id of_cmos_match[] = {
40
40
{ .compatible = "motorola,mc146818" },