commit | 45909e5cda3b05ac990f546bd63d229fe7c7197b | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Mon Jan 11 00:17:51 2021 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Jan 16 23:19:27 2021 +0100 |
tree | 03108744b4a415bb28d84b8d62505dd2753a23ef | |
parent | 19588d50a2d67c3ca40f4609f59cbda9e55bdfb5 [diff] |
rtc: rv8803: constify rv8803_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-17-alexandre.belloni@bootlin.com