ntp: remove current_tick_length()
authorRoman Zippel <zippel@linux-m68k.org>
Thu, 1 May 2008 11:34:39 +0000 (04:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 May 2008 15:03:59 +0000 (08:03 -0700)
commit8383c42399f394a89bd6c2f03632c53689bdde7a
treec3f3a42a546a4afe3746e5894bcd425dc5a3d0bb
parent7fc5c78409479d826341b103bdf734cb4fb02436
ntp: remove current_tick_length()

current_tick_length used to do a little more, but now it just returns
tick_length, which we can also access directly at the few places, where it's
needed.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/timex.h
kernel/time/ntp.c
kernel/time/timekeeping.c