Commit e4947254 authored by Marco Cesati's avatar Marco Cesati Committed by Greg Kroah-Hartman
Browse files

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: default avatarMarco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-5-marcocesati@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 65d8ec94
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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;