From: Phillip Potter Date: Mon, 6 Sep 2021 01:00:56 +0000 (+0100) Subject: staging: r8188eu: remove enable_interrupt from struct hal_ops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c2609bf54357fabc0ee0d9e04240390f2ab7b6c0;p=linux.git staging: r8188eu: remove enable_interrupt from struct hal_ops Remove enable_interrupt function pointer from struct hal_ops, as it is unused. Signed-off-by: Phillip Potter Link: https://lore.kernel.org/r/20210906010106.898-5-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/hal_intf.h b/drivers/staging/r8188eu/include/hal_intf.h index 222fd9330dd46..be1dadcdff423 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 (*enable_interrupt)(struct adapter *padapter); void (*disable_interrupt)(struct adapter *padapter); s32 (*interrupt_handler)(struct adapter *padapter);