commit | 9476b67bf9fa4be0d16a36d1d14685b114cffdb9 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Mon Jan 11 00:17:49 2021 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Jan 16 23:19:26 2021 +0100 |
tree | 2a89f69ad79750d51e98fa7c789d329c19d01aac | |
parent | 0f7695691be617e066cd3fdbb936989d0484c048 [diff] |
rtc: rv3029: constify rv3029_rtc_ops Use RTC_FEATURE_ALARM to signal to the core whether alarms are available instead of changing the global struct rtc_class_ops, allowing to make it const. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210110231752.1418816-15-alexandre.belloni@bootlin.com