From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- kernel/timer.c | 3 --- 1 files changed, 3 deletions(-) diff -puN kernel/timer.c~gtod-persistent-clock-support-core-remove-kernel-timercwall_jiffies kernel/timer.c --- a/kernel/timer.c~gtod-persistent-clock-support-core-remove-kernel-timercwall_jiffies +++ a/kernel/timer.c @@ -41,9 +41,6 @@ #include #include -/* jiffies at the most recent update of wall time */ -unsigned long wall_jiffies = INITIAL_JIFFIES; - u64 jiffies_64 __cacheline_aligned_in_smp = INITIAL_JIFFIES; EXPORT_SYMBOL(jiffies_64); _