]> git.baikalelectronics.ru Git - kernel.git/commit
time: Remove unused functions
authorArnd Bergmann <arnd@arndb.de>
Thu, 19 Oct 2017 11:14:46 +0000 (13:14 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Mon, 30 Oct 2017 22:14:18 +0000 (15:14 -0700)
commit830c155b2d2acbc779b145c282cbbeafe8f10762
treeb5ef52ee878be4e5093c4893b4fc6134ada157f4
parent99435860f0372aa8af0593f12a897509d8c00097
time: Remove unused functions

The (slow but) ongoing work on conversion from timespec to timespec64
has led some timespec based helper functions to become unused.

No new code should use them, so we can remove the functions entirely.
I'm planning to obsolete additional interfaces next and remove
more of these.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Miroslav Lichvar <mlichvar@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/time.h
include/linux/time64.h
kernel/time/time.c