aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/timex.h4
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 */
233extern unsigned long tick_usec; /* USER_HZ period (usec) */ 233extern unsigned long tick_usec; /* USER_HZ period (usec) */
234extern unsigned long tick_nsec; /* ACTHZ period (nsec) */ 234extern unsigned long tick_nsec; /* ACTHZ period (nsec) */
235extern 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);
270extern void update_ntp_one_tick(void); 269extern void update_ntp_one_tick(void);
271extern int do_adjtimex(struct timex *); 270extern int do_adjtimex(struct timex *);
272 271
273/* Don't use! Compatibility define for existing users. */
274#define tickadj (500/HZ ? : 1)
275
276int read_current_timer(unsigned long *timer_val); 272int 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 */