]> git.baikalelectronics.ru Git - kernel.git/commit
timekeeping: Remove __current_kernel_time()
authorBaolin Wang <baolin.wang@linaro.org>
Fri, 13 Apr 2018 05:27:58 +0000 (13:27 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 17 Apr 2018 15:18:05 +0000 (17:18 +0200)
commit85d3914a1e4657b5d5b1f9f03e41c67a11e7e187
tree3d37c5d2dbddf5c78a33b5feb1702f5e432c9cb4
parentd87e0abbb5d08a0320fbe88ebee207a08ff9bcdc
timekeeping: Remove __current_kernel_time()

The __current_kernel_time() function based on 'struct timespec' is no
longer recommended for new code, and the only user of this function has
been replaced by commit 92f06d145078 ("kdb: use __ktime_get_real_seconds
instead of __current_kernel_time").

Remove the obsolete interface.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: arnd@arndb.de
Cc: sboyd@kernel.org
Cc: broonie@kernel.org
Cc: john.stultz@linaro.org
Link: https://lkml.kernel.org/r/1a9dbea7ee2cda7efe9ed330874075cf17fdbff6.1523596316.git.baolin.wang@linaro.org
include/linux/timekeeping32.h
kernel/time/timekeeping.c