Loading drivers/rtc/class.c +0 −3 Original line number Diff line number Diff line Loading @@ -399,9 +399,6 @@ int __devm_rtc_register_device(struct module *owner, struct rtc_device *rtc) if (!rtc->ops->set_alarm) clear_bit(RTC_FEATURE_ALARM, rtc->features); if (rtc->uie_unsupported) clear_bit(RTC_FEATURE_UPDATE_INTERRUPT, rtc->features); if (rtc->ops->set_offset) set_bit(RTC_FEATURE_CORRECTION, rtc->features); Loading include/linux/rtc.h +0 −2 Original line number Diff line number Diff line Loading @@ -110,8 +110,6 @@ struct rtc_device { struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */ int pie_enabled; struct work_struct irqwork; /* Some hardware can't support UIE mode */ int uie_unsupported; /* * This offset specifies the update timing of the RTC. Loading Loading
drivers/rtc/class.c +0 −3 Original line number Diff line number Diff line Loading @@ -399,9 +399,6 @@ int __devm_rtc_register_device(struct module *owner, struct rtc_device *rtc) if (!rtc->ops->set_alarm) clear_bit(RTC_FEATURE_ALARM, rtc->features); if (rtc->uie_unsupported) clear_bit(RTC_FEATURE_UPDATE_INTERRUPT, rtc->features); if (rtc->ops->set_offset) set_bit(RTC_FEATURE_CORRECTION, rtc->features); Loading
include/linux/rtc.h +0 −2 Original line number Diff line number Diff line Loading @@ -110,8 +110,6 @@ struct rtc_device { struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */ int pie_enabled; struct work_struct irqwork; /* Some hardware can't support UIE mode */ int uie_unsupported; /* * This offset specifies the update timing of the RTC. Loading