OSDN Git Service

staging: r8188eu: remove Efuse_PgPacketWrite_BT from struct hal_ops
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 6 Sep 2021 01:01:04 +0000 (02:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:49 +0000 (08:49 +0200)
Remove Efuse_PgPacketWrite_BT function pointer from struct hal_ops, as it
is unused.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210906010106.898-13-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/hal_intf.h

index 238b571..201e226 100644 (file)
@@ -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);