• Arnd Bergmann's avatar
    y2038: make do_gettimeofday() and get_seconds() inline · 33e26418
    Arnd Bergmann authored
    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>
    33e26418
timekeeping.c 66.6 KB