mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 06:52:07 +00:00
[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>
This commit is contained in:
parent
8f807f8d21
commit
97eebe138c
2 changed files with 4 additions and 6 deletions
|
@ -208,7 +208,6 @@ extern int time_state; /* clock status */
|
|||
extern int time_status; /* clock synchronization status bits */
|
||||
extern long time_offset; /* time adjustment (us) */
|
||||
extern long time_constant; /* pll time constant */
|
||||
extern long time_tolerance; /* frequency tolerance (ppm) */
|
||||
extern long time_precision; /* clock precision (us) */
|
||||
extern long time_maxerror; /* maximum error */
|
||||
extern long time_esterror; /* estimated error */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue