diff options
| author | 2021-03-22 14:37:10 +0100 | |
|---|---|---|
| committer | 2021-03-22 17:05:45 +0100 | |
| commit | 829f646cee1c67bd75567d220f2649d16dd666dc (patch) | |
| tree | 4939d59d348b2ec5fbe6f8669acdd60a4ba1c153 | |
| parent | Staging: rtl8723bs: remove useless structs in rtw_security.h (diff) | |
Staging: rtl8723bs: remove useless structs in rtw_wifi_regd.h
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>
| -rw-r--r-- | drivers/staging/rtl8723bs/include/rtw_wifi_regd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_wifi_regd.h b/drivers/staging/rtl8723bs/include/rtw_wifi_regd.h index f798b0c744a4..66bf3d1b1d5a 100644 --- a/drivers/staging/rtl8723bs/include/rtw_wifi_regd.h +++ b/drivers/staging/rtl8723bs/include/rtw_wifi_regd.h @@ -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, |
