From ac7997b6121f6ec32ceda5d615c47ccc30a56b52 Mon Sep 17 00:00:00 2001 From: Phillip Potter Date: Mon, 6 Sep 2021 02:00:58 +0100 Subject: [PATCH] staging: r8188eu: remove disable_interrupt from struct hal_ops Remove disable_interrupt function pointer from struct hal_ops, as it is unused. Signed-off-by: Phillip Potter Link: https://lore.kernel.org/r/20210906010106.898-7-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- drivers/staging/r8188eu/include/hal_intf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/r8188eu/include/hal_intf.h b/drivers/staging/r8188eu/include/hal_intf.h index c8e30006972e..8ca86c5b6a3c 100644 --- a/drivers/staging/r8188eu/include/hal_intf.h +++ b/drivers/staging/r8188eu/include/hal_intf.h @@ -149,7 +149,6 @@ struct hal_ops { void (*dm_init)(struct adapter *padapter); void (*dm_deinit)(struct adapter *padapter); - void (*disable_interrupt)(struct adapter *padapter); s32 (*interrupt_handler)(struct adapter *padapter); void (*set_bwmode_handler)(struct adapter *padapter, -- 2.11.0