timekeeping: remove timespec_add/timespec_del
authorArnd Bergmann <arnd@arndb.de>
Fri, 7 Dec 2018 12:41:02 +0000 (13:41 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 18 Dec 2018 15:13:05 +0000 (16:13 +0100)
commit437e78d3fd6d35e6d56230962e6d03bb5dcda7f6
treef9f3884d077e344326bfc26d2c894984beb92d60
parent926617889dc8383a120c66a2ecf7959a69f96950
timekeeping: remove timespec_add/timespec_del

The last users were removed a while ago since everyone moved to ktime_t,
so we can remove the two unused interfaces for old timespec structures.

With those two gone, set_normalized_timespec() is also unused, so
remove that as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: John Stultz <john.stultz@linaro.org>
include/linux/time32.h
kernel/time/time.c