aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/class.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2022-03-09 17:23:00 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2022-03-23 19:58:41 +0100
commit1a31d63632553a54af6c0c3c5b5930e931a94ee4 (patch)
tree4bb04f392c313c32e3068045cd6dda0ece19c193 /drivers/rtc/class.c
parented90e3e20d35bf07b650f7028728e159c1741be1 (diff)
downloadlinux-1a31d63632553a54af6c0c3c5b5930e931a94ee4.tar.gz
rtc: remove uie_unsupported
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
Diffstat (limited to 'drivers/rtc/class.c')
-rw-r--r--drivers/rtc/class.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/rtc/class.c b/drivers/rtc/class.c
index 40d504dac1a92..3c8eec2218dfb 100644
--- a/drivers/rtc/class.c
+++ b/drivers/rtc/class.c
@@ -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);