Skip to content

Commit

Permalink
rtc: remove uie_unsupported
Browse files Browse the repository at this point in the history
uie_unsupported is not used by any drivers anymore, remove it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220309162301.61679-29-alexandre.belloni@bootlin.com
  • Loading branch information
Alexandre Belloni committed Mar 23, 2022
1 parent ed90e3e commit 1a31d63
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions drivers/rtc/class.c
Original file line number Diff line number Diff line change
@@ -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);

2 changes: 0 additions & 2 deletions include/linux/rtc.h
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1a31d63

Please sign in to comment.