]> 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)
commit24f6b9a0abe009b0559d52158e1e20ccaf65b8e7
tree3d37c5d2dbddf5c78a33b5feb1702f5e432c9cb4
parentb2f37d4d92db9966035b16adcdffa73a5f237133
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 1f04a8eafd6a ("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