Commit c842697c authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: unexport rtc_irq_set_*

Make the rtc_irq_set interface internale to the RTC subsystem.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 8719d3c9
...@@ -758,7 +758,6 @@ int rtc_irq_set_state(struct rtc_device *rtc, int enabled) ...@@ -758,7 +758,6 @@ int rtc_irq_set_state(struct rtc_device *rtc, int enabled)
trace_rtc_irq_set_state(enabled, err); trace_rtc_irq_set_state(enabled, err);
return err; return err;
} }
EXPORT_SYMBOL_GPL(rtc_irq_set_state);
/** /**
* rtc_irq_set_freq - set 2^N Hz periodic IRQ frequency for IRQ * 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,7 +783,6 @@ int rtc_irq_set_freq(struct rtc_device *rtc, int freq)
trace_rtc_irq_set_freq(freq, err); trace_rtc_irq_set_freq(freq, err);
return err; return err;
} }
EXPORT_SYMBOL_GPL(rtc_irq_set_freq);
/** /**
* rtc_timer_enqueue - Adds a rtc_timer to the rtc_device timerqueue * rtc_timer_enqueue - Adds a rtc_timer to the rtc_device timerqueue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment