.. | .. |
---|
32 | 32 | static void iommu_shutdown_noop(void) { } |
---|
33 | 33 | bool __init bool_x86_init_noop(void) { return false; } |
---|
34 | 34 | 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) { } |
---|
37 | 37 | |
---|
38 | 38 | static __initconst const struct of_device_id of_cmos_match[] = { |
---|
39 | 39 | { .compatible = "motorola,mc146818" }, |
---|