]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit016ab8a76be1083c8f7359010fb70404dce45e60
tree08e5150e247238f02064166c467b9a648a43a44e
parenteb8c5de527c07e3e4a98751cf8b188b3ab53c3b3
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