]> asedeno.scripts.mit.edu Git - linux.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)
commit976516404ff3fab2a8caa8bd6f5efc1437fed0b8
treeedaebd1c0a1d9b6846b5c3a943d89a59cf06ec42
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
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