[PATCH 2/3] treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Thu Jul 16 09:30:52 CEST 2020
On Wed, Jul 15, 2020 at 08:08:46PM -0700, Kees Cook wrote:
> 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.
>
> Signed-off-by: Kees Cook <keescook at chromium.org>
> ---
> drivers/input/keyboard/omap-keypad.c | 2 +-
> drivers/input/serio/hil_mlc.c | 2 +-
> drivers/net/wan/farsync.c | 4 ++--
> drivers/s390/crypto/ap_bus.c | 2 +-
> drivers/staging/most/dim2/dim2.c | 2 +-
> drivers/staging/octeon/ethernet-tx.c | 2 +-
> drivers/tty/vt/keyboard.c | 2 +-
> drivers/usb/gadget/udc/snps_udc_core.c | 2 +-
> drivers/usb/host/fhci-sched.c | 2 +-
> include/linux/interrupt.h | 15 ++++++++++-----
> kernel/backtracetest.c | 2 +-
> kernel/debug/debug_core.c | 2 +-
> kernel/irq/resend.c | 2 +-
> net/atm/pppoatm.c | 2 +-
> net/iucv/iucv.c | 2 +-
> sound/drivers/pcsp/pcsp_lib.c | 2 +-
> 16 files changed, 26 insertions(+), 21 deletions(-)
Reviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
More information about the Alsa-devel
mailing list