aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJohn Stultz <johnstul@us.ibm.com>2010-03-18 20:19:27 -0700
committerThomas Gleixner <tglx@linutronix.de>2010-03-23 17:19:37 +0100
commite1292ba164742e3a236e407148e00300b7196906 (patch)
tree67b924190ab7a64a64dad136de45932f8af1a970 /kernel
parentMerge branch 'linus' into timers/core (diff)
downloadlinux-dev-e1292ba164742e3a236e407148e00300b7196906.tar.xz
linux-dev-e1292ba164742e3a236e407148e00300b7196906.zip
ntp: Make time_adjust static
Now that no arches are accessing time_adjust directly, make it static. Signed-off-by: John Stultz <johnstul@us.ibm.com> LKML-Reference: <1268968769-19209-1-git-send-email-johnstul@us.ibm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time/ntp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/ntp.c b/kernel/time/ntp.c
index 7c0f180d6e9d..c63116863a80 100644
--- a/kernel/time/ntp.c
+++ b/kernel/time/ntp.c
@@ -69,7 +69,7 @@ static s64 time_freq;
/* time at last adjustment (secs): */
static long time_reftime;
-long time_adjust;
+static long time_adjust;
/* constant (boot-param configurable) NTP tick adjustment (upscaled) */
static s64 ntp_tick_adj;