On Fri, 8 Nov 2019, Arnd Bergmann wrote:
Preparing for a change to the itimer internals, stop using the do_setitimer() symbol and instead use a new higher-level interface.
The do_getitimer()/do_setitimer functions can now be made static, allowing the compiler to potentially produce better object code.
Signed-off-by: Arnd Bergmann arnd@arndb.de
Reviewed-by: Thomas Gleixner tglx@linutronix.de