commit | d576fe49ca5c238e99d2d010a410480cb2aa29a0 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jun 01 11:13:16 2011 +0100 |
committer | John Stultz <john.stultz@linaro.org> | Wed Jun 01 19:29:40 2011 -0700 |
tree | 70d840793c3fe109e26ca74e7b4741f92ae6ca1e | |
parent | e17fd4ba2a81f1d29875b20464e4899185a3c946 [diff] |
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: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: John Stultz <john.stultz@linaro.org>