diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-03-09 19:23:00 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-03-23 21:58:41 +0300 |
commit | 1a31d63632553a54af6c0c3c5b5930e931a94ee4 (patch) | |
tree | 4bb04f392c313c32e3068045cd6dda0ece19c193 /include/linux/rtc.h | |
parent | ed90e3e20d35bf07b650f7028728e159c1741be1 (diff) | |
download | linux-1a31d63632553a54af6c0c3c5b5930e931a94ee4.tar.xz |
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 'include/linux/rtc.h')
-rw-r--r-- | include/linux/rtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index 47fd1c2d3a57..1fd9c6a21ebe 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h @@ -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. |