Staging: rtl8723bs: remove useless structs in rtw_wifi_regd.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 22 Mar 2021 13:37:10 +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/rtw_wifi_regd.h:

struct country_code_to_enum_rd

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

index f798b0c..66bf3d1 100644 (file)
@@ -8,11 +8,6 @@
 #ifndef __RTW_WIFI_REGD_H__
 #define __RTW_WIFI_REGD_H__
 
-struct country_code_to_enum_rd {
-       u16 countrycode;
-       const char *iso_name;
-};
-
 enum country_code_type_t {
        COUNTRY_CODE_USER = 0,