diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-25 08:34:29 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-26 09:08:50 -0400 |
commit | 1560d0848a1a84db6c1d9b17c14273c0dae41828 (patch) | |
tree | d73beb0c7a4ac567ecebde3e46578502cf0145c0 /include/linux/rtc.h | |
parent | ec623ff014c4e9c52d8ebf068d9801f5f9ab7348 (diff) |
rtc: remove rtc_irq_register/rtc_irq_unregister
The rtc_irq_* interface is not used from outside the RTC subsytem since
2016.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r-- | include/linux/rtc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index 6268208760e9..f868d6b619ab 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h | |||
@@ -204,10 +204,6 @@ extern void rtc_update_irq(struct rtc_device *rtc, | |||
204 | extern struct rtc_device *rtc_class_open(const char *name); | 204 | extern struct rtc_device *rtc_class_open(const char *name); |
205 | extern void rtc_class_close(struct rtc_device *rtc); | 205 | extern void rtc_class_close(struct rtc_device *rtc); |
206 | 206 | ||
207 | extern int rtc_irq_register(struct rtc_device *rtc, | ||
208 | struct rtc_task *task); | ||
209 | extern void rtc_irq_unregister(struct rtc_device *rtc, | ||
210 | struct rtc_task *task); | ||
211 | extern int rtc_irq_set_state(struct rtc_device *rtc, | 207 | extern int rtc_irq_set_state(struct rtc_device *rtc, |
212 | struct rtc_task *task, int enabled); | 208 | struct rtc_task *task, int enabled); |
213 | extern int rtc_irq_set_freq(struct rtc_device *rtc, | 209 | extern int rtc_irq_set_freq(struct rtc_device *rtc, |