rtc: Staticize non-exported __rtc_set_alarm()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 1 Jun 2011 10:13:16 +0000 (11:13 +0100)
committerJohn Stultz <john.stultz@linaro.org>
Thu, 2 Jun 2011 02:29:40 +0000 (19:29 -0700)
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: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found