]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ntp: Remove tickadj
authorJohn Stultz <johnstul@us.ibm.com>
Fri, 19 Mar 2010 03:19:28 +0000 (20:19 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 23 Mar 2010 16:19:38 +0000 (17:19 +0100)
There are zero users of tickadj. So remove it.

Signed-off-by: John Stultz <johnstul@us.ibm.com>
LKML-Reference: <1268968769-19209-2-git-send-email-johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/timex.h

index e2de51eedf05ed7a880a8c9728f907cfdb97656d..32d852f8cbe43953355efbd88b556ce4e2d7b324 100644 (file)
@@ -232,7 +232,6 @@ struct timex {
  */
 extern unsigned long tick_usec;                /* USER_HZ period (usec) */
 extern unsigned long tick_nsec;                /* ACTHZ          period (nsec) */
-extern int tickadj;                    /* amount of adjustment per tick */
 
 /*
  * phase-lock loop variables
@@ -270,9 +269,6 @@ extern void second_overflow(void);
 extern void update_ntp_one_tick(void);
 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);
 
 /* The clock frequency of the i8253/i8254 PIT */