time: Remove read_boot_clock()
authorXunlei Pang <pang.xunlei@linaro.org>
Thu, 9 Apr 2015 01:04:42 +0000 (09:04 +0800)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 22 May 2015 17:36:29 +0000 (10:36 -0700)
commite83d0a4106d81dd08b70318f078f3bad6acdc110
tree35abcc106078ee090e61cb407de2564de73a9876
parent689911c734ca77d682b6507354c704e06a64b1b6
time: Remove read_boot_clock()

Now that we have a read_boot_clock64() function available on every
architecture, and converted all the users to it, it's time to remove
the (now unused) read_boot_clock() completely from the kernel.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Xunlei Pang <pang.xunlei@linaro.org>
[jstultz: Minor commit message tweak suggested by Ingo]
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/timekeeping.h
kernel/time/timekeeping.c
This page took 0.034373 seconds and 5 git commands to generate.