Skip to content
Commit 33e26418 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

y2038: make do_gettimeofday() and get_seconds() inline



get_seconds() and do_gettimeofday() are only used by a few modules now any
more (waiting for the respective patches to get accepted), and they are
among the last holdouts of code that is not y2038 safe in the core kernel.

Move the implementation into the timekeeping32.h header to clean up
the core kernel and isolate the old interfaces further.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 97651640
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment