]> git.baikalelectronics.ru Git - kernel.git/commit
y2038: remove unused time interfaces
authorArnd Bergmann <arnd@arndb.de>
Tue, 14 Aug 2018 12:02:57 +0000 (14:02 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 27 Aug 2018 10:59:56 +0000 (12:59 +0200)
commitbffcd9c2ef9709a216a88c1715956f55306f32ea
treeedaebd1c0a1d9b6846b5c3a943d89a59cf06ec42
parent0ff97265403d59a684be8666710156706ccfd8fa
y2038: remove unused time interfaces

After many small patches, at least some of the deprecated interfaces
have no remaining users any more and can be removed:

  current_kernel_time
  do_settimeofday
  get_monotonic_boottime
  get_monotonic_boottime64
  get_monotonic_coarse
  get_monotonic_coarse64
  getrawmonotonic64
  ktime_get_real_ts
  timekeeping_clocktai
  timespec_trunc
  timespec_valid_strict
  time_to_tm

For many of the remaining time functions, we are missing one or
two patches that failed to make it into 4.19, they will be removed
in the following merge window.

The replacement functions for the removed interfaces are documented in
Documentation/core-api/timekeeping.rst.

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