]> git.baikalelectronics.ru Git - kernel.git/commit
um: Move timer-internal.h to non-shared
authorJohannes Berg <johannes.berg@intel.com>
Thu, 13 Feb 2020 13:26:44 +0000 (14:26 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 29 Mar 2020 21:28:43 +0000 (23:28 +0200)
commitd7bf3f38b805b7ee4bae3beb6a4d1ac3d290dcfc
tree6d57bdfe99cc848f574e397a511f11937b430594
parent88807dc3b9d87e92aa16bc9d88f2320badac7f7b
um: Move timer-internal.h to non-shared

This file isn't really shared, it's only used on the kernel side,
not on the user side. Remove the include from the user-side and
move the file to a better place.

While at it, rename it to time-internal.h, it's not really just
timers but all kinds of things related to timekeeping.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/linux/time-internal.h [new file with mode: 0644]
arch/um/include/shared/timer-internal.h [deleted file]
arch/um/kernel/process.c
arch/um/kernel/skas/syscall.c
arch/um/kernel/time.c
arch/um/os-Linux/time.c