genirq: Use new tasklet API for resend_tasklet
authorEmil Renner Berthing <kernel@esmil.dk>
Sat, 23 Jan 2021 18:24:56 +0000 (19:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 28 Jan 2021 10:18:04 +0000 (11:18 +0100)
commitc260954177c4f1926b423823bca5728f19b40d67
treef44f55d504f78a6ac561866fa04935b00f4edbe6
parent6ee1d745b7c9fd573fba142a2efdad76a9f1cb04
genirq: Use new tasklet API for resend_tasklet

This converts the resend_tasklet to use the new API in
commit 12cc923f1ccc ("tasklet: Introduce new initialization API")

The new API changes the argument passed to the callback function, but
fortunately the argument isn't used so it is straight forward to use
DECLARE_TASKLET() rather than DECLARE_TASKLET_OLD().

Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210123182456.6521-1-esmil@mailme.dk
kernel/irq/resend.c