y2038: remove obsolete jiffies conversion functions
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Oct 2019 20:53:19 +0000 (22:53 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Dec 2019 17:07:33 +0000 (18:07 +0100)
commit751addac78b6f205ffd47c8736ca6d429dc77703
tree08e5150e247238f02064166c467b9a648a43a44e
parent6e31ded6895adfca97211118cc9b72236e8f6d53
y2038: remove obsolete jiffies conversion functions

Now that the last user of timespec_to_jiffies() is gone, these
can just be removed, everything else is using ktime_t or timespec64
already.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/jiffies.h
kernel/time/time.c