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)
commit85bf19e7df2479140eff2348a4e6a9c19b5c3960
treeb5ef52ee878be4e5093c4893b4fc6134ada157f4
parent1572fa03784831b81ec26ec379374cf6bdec04fb
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