diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-25 10:19:41 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-26 09:08:53 -0400 |
commit | c842697c741e9dbf825e07d4c2724685d6464bd0 (patch) | |
tree | c73cf765c696ec738e93a23f38cf6b6ea0226333 | |
parent | 8719d3c9188b38db462a77ecd8c7a8e25e7e8c4c (diff) |
rtc: unexport rtc_irq_set_*
Make the rtc_irq_set interface internale to the RTC subsystem.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | drivers/rtc/interface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/interface.c b/drivers/rtc/interface.c index 76eb3a2957cc..d0983ed6c842 100644 --- a/drivers/rtc/interface.c +++ b/drivers/rtc/interface.c | |||
@@ -758,7 +758,6 @@ int rtc_irq_set_state(struct rtc_device *rtc, int enabled) | |||
758 | trace_rtc_irq_set_state(enabled, err); | 758 | trace_rtc_irq_set_state(enabled, err); |
759 | return err; | 759 | return err; |
760 | } | 760 | } |
761 | EXPORT_SYMBOL_GPL(rtc_irq_set_state); | ||
762 | 761 | ||
763 | /** | 762 | /** |
764 | * rtc_irq_set_freq - set 2^N Hz periodic IRQ frequency for IRQ | 763 | * rtc_irq_set_freq - set 2^N Hz periodic IRQ frequency for IRQ |
@@ -784,7 +783,6 @@ int rtc_irq_set_freq(struct rtc_device *rtc, int freq) | |||
784 | trace_rtc_irq_set_freq(freq, err); | 783 | trace_rtc_irq_set_freq(freq, err); |
785 | return err; | 784 | return err; |
786 | } | 785 | } |
787 | EXPORT_SYMBOL_GPL(rtc_irq_set_freq); | ||
788 | 786 | ||
789 | /** | 787 | /** |
790 | * rtc_timer_enqueue - Adds a rtc_timer to the rtc_device timerqueue | 788 | * rtc_timer_enqueue - Adds a rtc_timer to the rtc_device timerqueue |