diff options
author | 2025-02-05 11:38:45 +0100 | |
---|---|---|
committer | 2025-02-18 10:32:30 +0100 | |
commit | c97f85ddd60a5a87058ddc1054f0396c3524ae0f (patch) | |
tree | 2de91dfd82b6a63ef4593423a1bf74af2a2b0981 /kernel/fork.c | |
parent | Linux 6.14-rc3 (diff) | |
download | wireguard-linux-c97f85ddd60a5a87058ddc1054f0396c3524ae0f.tar.xz wireguard-linux-c97f85ddd60a5a87058ddc1054f0396c3524ae0f.zip |
KVM: MIPS: Switch to use hrtimer_setup()
hrtimer_setup() takes the callback function pointer as argument and
initializes the timer completely.
Replace hrtimer_init() and the open coded initialization of
hrtimer::function with the new setup mechanism.
Patch was created by using Coccinelle.
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/34004267eba24388fb50ef6de1b8dd7addba6475.1738746821.git.namcao@linutronix.de
Diffstat (limited to 'kernel/fork.c')
0 files changed, 0 insertions, 0 deletions