From 6ab0878e1bf3527d4db94e67f17c6149b0268b2a Mon Sep 17 00:00:00 2001 From: Phillip Potter Date: Mon, 6 Sep 2021 02:01:00 +0100 Subject: [PATCH] staging: r8188eu: remove interrupt_handler from struct hal_ops Remove interrupt_handler function pointer from struct hal_ops, as it is unused. Signed-off-by: Phillip Potter Link: https://lore.kernel.org/r/20210906010106.898-9-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- drivers/staging/r8188eu/include/hal_intf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/r8188eu/include/hal_intf.h b/drivers/staging/r8188eu/include/hal_intf.h index b2fda2359b351..dc9f0527c4c61 100644 --- a/drivers/staging/r8188eu/include/hal_intf.h +++ b/drivers/staging/r8188eu/include/hal_intf.h @@ -149,8 +149,6 @@ struct hal_ops { void (*dm_init)(struct adapter *padapter); void (*dm_deinit)(struct adapter *padapter); - s32 (*interrupt_handler)(struct adapter *padapter); - void (*set_bwmode_handler)(struct adapter *padapter, enum ht_channel_width Bandwidth, u8 Offset); -- 2.30.2