]> git.baikalelectronics.ru Git - kernel.git/commit
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
authorKees Cook <keescook@chromium.org>
Mon, 13 Jul 2020 22:01:26 +0000 (15:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 15:43:42 +0000 (16:43 +0100)
commit31c7b335fd9a15c370daabac91f4713a558f323d
tree22df74522516e552720c5437732658fab9774311
parent24c965cdaf1e54a98dc0bb1bed33fc4d06185e84
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()

[ Upstream commit 5cc550dbef1f5273e4d89e0b1ece2d5f33877109 ]

This converts all the existing DECLARE_TASKLET() (and ...DISABLED)
macros with DECLARE_TASKLET_OLD() in preparation for refactoring the
tasklet callback type. All existing DECLARE_TASKLET() users had a "0"
data argument, it has been removed here as well.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
Stable-dep-of: 1fdeb8b9f29d ("wifi: iwl3945: Add missing check for create_singlethread_workqueue")
Signed-off-by: Sasha Levin <sashal@kernel.org>
16 files changed:
drivers/input/keyboard/omap-keypad.c
drivers/input/serio/hil_mlc.c
drivers/net/wan/farsync.c
drivers/s390/crypto/ap_bus.c
drivers/staging/most/dim2/dim2.c
drivers/staging/octeon/ethernet-tx.c
drivers/tty/vt/keyboard.c
drivers/usb/gadget/udc/snps_udc_core.c
drivers/usb/host/fhci-sched.c
include/linux/interrupt.h
kernel/backtracetest.c
kernel/debug/debug_core.c
kernel/irq/resend.c
net/atm/pppoatm.c
net/iucv/iucv.c
sound/drivers/pcsp/pcsp_lib.c