Staging: rtl8723bs: remove useless structs in drv_types.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 22 Mar 2021 13:37:02 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Mar 2021 16:05:45 +0000 (17:05 +0100)
Remove the following unreferenced struct in include/drv_types.h:

struct specific_device_id

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-5-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/drv_types.h

index 3119ace..1658450 100644 (file)
@@ -77,15 +77,6 @@ enum _nic_version {
 #define SPEC_DEV_ID_RF_CONFIG_2T2R BIT(4)
 #define SPEC_DEV_ID_ASSIGN_IFNAME BIT(5)
 
-struct specific_device_id {
-
-       u32     flags;
-
-       u16     idVendor;
-       u16     idProduct;
-
-};
-
 struct registry_priv {
        u8 chip_version;
        u8 rfintfs;