Commit 3d0205bd authored by John Stultz's avatar John Stultz Committed by Thomas Gleixner

ntp: Remove tickadj

There are zero users of tickadj. So remove it.
Signed-off-by: default avatarJohn Stultz <johnstul@us.ibm.com>
LKML-Reference: <1268968769-19209-2-git-send-email-johnstul@us.ibm.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent e1292ba1
...@@ -232,7 +232,6 @@ struct timex { ...@@ -232,7 +232,6 @@ struct timex {
*/ */
extern unsigned long tick_usec; /* USER_HZ period (usec) */ extern unsigned long tick_usec; /* USER_HZ period (usec) */
extern unsigned long tick_nsec; /* ACTHZ period (nsec) */ extern unsigned long tick_nsec; /* ACTHZ period (nsec) */
extern int tickadj; /* amount of adjustment per tick */
/* /*
* phase-lock loop variables * phase-lock loop variables
...@@ -270,9 +269,6 @@ extern void second_overflow(void); ...@@ -270,9 +269,6 @@ extern void second_overflow(void);
extern void update_ntp_one_tick(void); extern void update_ntp_one_tick(void);
extern int do_adjtimex(struct timex *); extern int do_adjtimex(struct timex *);
/* Don't use! Compatibility define for existing users. */
#define tickadj (500/HZ ? : 1)
int read_current_timer(unsigned long *timer_val); int read_current_timer(unsigned long *timer_val);
/* The clock frequency of the i8253/i8254 PIT */ /* The clock frequency of the i8253/i8254 PIT */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment