From 6778b4bc3434dcb3a364429c8bf6e342bf2516a7 Mon Sep 17 00:00:00 2001 From: Phillip Potter Date: Mon, 6 Sep 2021 02:01:04 +0100 Subject: [PATCH] staging: r8188eu: remove Efuse_PgPacketWrite_BT from struct hal_ops Remove Efuse_PgPacketWrite_BT function pointer from struct hal_ops, as it is unused. Signed-off-by: Phillip Potter Link: https://lore.kernel.org/r/20210906010106.898-13-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 238b571b28df..201e226b49fa 100644 --- a/drivers/staging/r8188eu/include/hal_intf.h +++ b/drivers/staging/r8188eu/include/hal_intf.h @@ -219,8 +219,6 @@ struct hal_ops { u8 (*Efuse_WordEnableDataWrite)(struct adapter *padapter, u16 efuse_addr, u8 word_en, u8 *data, bool bPseudoTest); - bool (*Efuse_PgPacketWrite_BT)(struct adapter *padapter, u8 offset, - u8 word_en, u8 *data, bool test); void (*sreset_init_value)(struct adapter *padapter); void (*sreset_reset_value)(struct adapter *padapter); -- 2.25.1