projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8719d3c
)
rtc: unexport rtc_irq_set_*
author
Alexandre Belloni
<
[email protected]
>
Wed, 25 Jul 2018 14:19:41 +0000
(16:19 +0200)
committer
Alexandre Belloni
<
[email protected]
>
Thu, 26 Jul 2018 13:08:53 +0000
(15:08 +0200)
Make the rtc_irq_set interface internale to the RTC subsystem.
Signed-off-by: Alexandre Belloni <
[email protected]
>
drivers/rtc/interface.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/interface.c
b/drivers/rtc/interface.c
index 76eb3a2957ccf6f43733d82d142665900cbc21aa..d0983ed6c842b8a2bdbf8435ccb33f4e39c5098b 100644
(file)
--- 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)
trace_rtc_irq_set_state(enabled, err);
return err;
}
-EXPORT_SYMBOL_GPL(rtc_irq_set_state);
/**
* 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)
trace_rtc_irq_set_freq(freq, err);
return err;
}
-EXPORT_SYMBOL_GPL(rtc_irq_set_freq);
/**
* rtc_timer_enqueue - Adds a rtc_timer to the rtc_device timerqueue