From: Phillip Potter Date: Mon, 6 Sep 2021 01:01:04 +0000 (+0100) Subject: staging: r8188eu: remove Efuse_PgPacketWrite_BT from struct hal_ops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6778b4bc3434dcb3a364429c8bf6e342bf2516a7;p=linux.git 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 --- diff --git a/drivers/staging/r8188eu/include/hal_intf.h b/drivers/staging/r8188eu/include/hal_intf.h index 238b571b28dff..201e226b49fa0 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);