OSDN Git Service

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)
commitd576fe49ca5c238e99d2d010a410480cb2aa29a0
tree70d840793c3fe109e26ca74e7b4741f92ae6ca1e
parente17fd4ba2a81f1d29875b20464e4899185a3c946
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>
drivers/rtc/interface.c