diff options
-rw-r--r-- | include/linux/timex.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/timex.h b/include/linux/timex.h index e2de51eedf05..32d852f8cbe4 100644 --- a/include/linux/timex.h +++ b/include/linux/timex.h | |||
@@ -232,7 +232,6 @@ struct timex { | |||
232 | */ | 232 | */ |
233 | extern unsigned long tick_usec; /* USER_HZ period (usec) */ | 233 | extern unsigned long tick_usec; /* USER_HZ period (usec) */ |
234 | extern unsigned long tick_nsec; /* ACTHZ period (nsec) */ | 234 | extern unsigned long tick_nsec; /* ACTHZ period (nsec) */ |
235 | extern int tickadj; /* amount of adjustment per tick */ | ||
236 | 235 | ||
237 | /* | 236 | /* |
238 | * phase-lock loop variables | 237 | * phase-lock loop variables |
@@ -270,9 +269,6 @@ extern void second_overflow(void); | |||
270 | extern void update_ntp_one_tick(void); | 269 | extern void update_ntp_one_tick(void); |
271 | extern int do_adjtimex(struct timex *); | 270 | extern int do_adjtimex(struct timex *); |
272 | 271 | ||
273 | /* Don't use! Compatibility define for existing users. */ | ||
274 | #define tickadj (500/HZ ? : 1) | ||
275 | |||
276 | int read_current_timer(unsigned long *timer_val); | 272 | int read_current_timer(unsigned long *timer_val); |
277 | 273 | ||
278 | /* The clock frequency of the i8253/i8254 PIT */ | 274 | /* The clock frequency of the i8253/i8254 PIT */ |