commit | c1745f84be2657f5702388133551b759b9237f59 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Oct 25 10:46:22 2019 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Nov 15 14:38:30 2019 +0100 |
tree | b6686e410434eb4ea3a02e8df85fa865583480f9 | |
parent | 5e0fb1b57bea8d11fe77da2bc80f4c9a67e28318 [diff] |
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>