Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d576fe49 authored by Mark Brown's avatar Mark Brown Committed by John Stultz
Browse files

rtc: Staticize non-exported __rtc_set_alarm()



It's not referenced outside this file so there's no need for it to be in
the global namespace and sparse warns about that.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent e17fd4ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ int rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm)
}
EXPORT_SYMBOL_GPL(rtc_read_alarm);

int __rtc_set_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm)
static int __rtc_set_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm)
{
	struct rtc_time tm;
	long now, scheduled;