y2038: itimer: compat handling to itimer.c
authorArnd Bergmann <arnd@arndb.de>
Fri, 25 Oct 2019 08:46:22 +0000 (10:46 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Nov 2019 13:38:30 +0000 (14:38 +0100)
commitc1745f84be2657f5702388133551b759b9237f59
treeb6686e410434eb4ea3a02e8df85fa865583480f9
parent5e0fb1b57bea8d11fe77da2bc80f4c9a67e28318
y2038: itimer: compat handling to itimer.c

The structure is only used in one place, moving it there simplifies the
interface and helps with later changes to this code.

Rename it to match the other time32 structures in the process.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/compat.h
kernel/compat.c
kernel/time/itimer.c