diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2006-10-01 02:28:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 03:39:26 -0400 |
commit | 97eebe138caaf78354b1fad233e63bafdcc4fd54 (patch) | |
tree | 15c006598c953b373af1c164ba344ef7105a7251 /include/linux/timex.h | |
parent | 8f807f8d2137ba728d22820103131038639b68a9 (diff) |
[PATCH] ntp: remove time_tolerance
time_tolerance isn't changed at all in the kernel, so simply remove it, this
simplifies the next patch, as it avoids a number of conversions.
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Cc: john stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 b5f297e17668..7715b4c0caf9 100644 --- a/include/linux/timex.h +++ b/include/linux/timex.h | |||
@@ -208,7 +208,6 @@ extern int time_state; /* clock status */ | |||
208 | extern int time_status; /* clock synchronization status bits */ | 208 | extern int time_status; /* clock synchronization status bits */ |
209 | extern long time_offset; /* time adjustment (us) */ | 209 | extern long time_offset; /* time adjustment (us) */ |
210 | extern long time_constant; /* pll time constant */ | 210 | extern long time_constant; /* pll time constant */ |
211 | extern long time_tolerance; /* frequency tolerance (ppm) */ | ||
212 | extern long time_precision; /* clock precision (us) */ | 211 | extern long time_precision; /* clock precision (us) */ |
213 | extern long time_maxerror; /* maximum error */ | 212 | extern long time_maxerror; /* maximum error */ |
214 | extern long time_esterror; /* estimated error */ | 213 | extern long time_esterror; /* estimated error */ |