ntp: Access tick_length variable via ntp_tick_length()
authorJohn Stultz <john.stultz@linaro.org>
Mon, 14 Nov 2011 21:18:07 +0000 (13:18 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 27 Jan 2012 03:44:23 +0000 (19:44 -0800)
Currently the NTP managed tick_length value is accessed globally,
in preparations for locking cleanups, make sure it is accessed via
a function and mark it as static.

CC: Thomas Gleixner <tglx@linutronix.de>
CC: Eric Dumazet <eric.dumazet@gmail.com>
CC: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found