diff options
author | John Stultz <johnstul@us.ibm.com> | 2010-03-18 23:19:27 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-03-23 12:19:37 -0400 |
commit | e1292ba164742e3a236e407148e00300b7196906 (patch) | |
tree | 67b924190ab7a64a64dad136de45932f8af1a970 /include/linux/timex.h | |
parent | 12b8aeee3e51654fb95a3baff2e093f2513bb87d (diff) |
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 'include/linux/timex.h')
-rw-r--r-- | include/linux/timex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/timex.h b/include/linux/timex.h index 7a082b32d8e1..e2de51eedf05 100644 --- a/include/linux/timex.h +++ b/include/linux/timex.h | |||
@@ -238,7 +238,6 @@ extern int tickadj; /* amount of adjustment per tick */ | |||
238 | * phase-lock loop variables | 238 | * phase-lock loop variables |
239 | */ | 239 | */ |
240 | extern int time_status; /* clock synchronization status bits */ | 240 | extern int time_status; /* clock synchronization status bits */ |
241 | extern long time_adjust; /* The amount of adjtime left */ | ||
242 | 241 | ||
243 | extern void ntp_init(void); | 242 | extern void ntp_init(void); |
244 | extern void ntp_clear(void); | 243 | extern void ntp_clear(void); |