Re: [PATCH 6/8] timekeeping: remove timespec_add/timespec_del

2018-12-07 Thread John Stultz
On Fri, Dec 7, 2018 at 5:49 AM Arnd Bergmann wrote: > > 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. >

[PATCH 6/8] timekeeping: remove timespec_add/timespec_del

2018-12-07 Thread Arnd Bergmann
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 --- include/linux/time32.h | 25