mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 06:41:39 +00:00
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>
This commit is contained in:
parent
ec623ff014
commit
1560d0848a
2 changed files with 0 additions and 37 deletions
|
@ -204,10 +204,6 @@ extern void rtc_update_irq(struct rtc_device *rtc,
|
|||
extern struct rtc_device *rtc_class_open(const char *name);
|
||||
extern void rtc_class_close(struct rtc_device *rtc);
|
||||
|
||||
extern int rtc_irq_register(struct rtc_device *rtc,
|
||||
struct rtc_task *task);
|
||||
extern void rtc_irq_unregister(struct rtc_device *rtc,
|
||||
struct rtc_task *task);
|
||||
extern int rtc_irq_set_state(struct rtc_device *rtc,
|
||||
struct rtc_task *task, int enabled);
|
||||
extern int rtc_irq_set_freq(struct rtc_device *rtc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue