aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/include/drv_types.h
diff options
context:
space:
mode:
authorMarco Cesati <marcocesati@gmail.com>2021-03-22 14:37:02 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-22 17:05:45 +0100
commite49472543847c80a4ae665bc2405621ed914f28d (patch)
tree7ea5ac75d7c248a5d044b66bd0ae819970a64f97 /drivers/staging/rtl8723bs/include/drv_types.h
parentStaging: rtl8723bs: remove useless structs in rtw_recv.h (diff)
downloadlinux-dev-e49472543847c80a4ae665bc2405621ed914f28d.tar.xz
linux-dev-e49472543847c80a4ae665bc2405621ed914f28d.zip
Staging: rtl8723bs: remove useless structs in drv_types.h
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>
Diffstat (limited to 'drivers/staging/rtl8723bs/include/drv_types.h')
-rw-r--r--drivers/staging/rtl8723bs/include/drv_types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h
index 3119acea4389..1658450b386e 100644
--- a/drivers/staging/rtl8723bs/include/drv_types.h
+++ b/drivers/staging/rtl8723bs/include/drv_types.h
@@ -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;