diff mbox series

iwlwifi: remove the repeated declaration

Message ID 1622449308-62416-1-git-send-email-zhangshaokun@hisilicon.com (mailing list archive)
State New
Delegated to: Miri Korenblit
Headers show
Series iwlwifi: remove the repeated declaration | expand

Commit Message

Shaokun Zhang May 31, 2021, 8:21 a.m. UTC
Variable 'iwl_ax201_cfg_qu_hr' is declared twice, so remove the
repeated declaration.

Cc: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 drivers/net/wireless/intel/iwlwifi/iwl-config.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-config.h b/drivers/net/wireless/intel/iwlwifi/iwl-config.h
index b35ffdfdf14b..2b8a76ff6314 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-config.h
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-config.h
@@ -586,7 +586,6 @@  extern const struct iwl_cfg iwl_qu_b0_hr_b0;
 extern const struct iwl_cfg iwl_qu_c0_hr_b0;
 extern const struct iwl_cfg iwl_ax200_cfg_cc;
 extern const struct iwl_cfg iwl_ax201_cfg_qu_hr;
-extern const struct iwl_cfg iwl_ax201_cfg_qu_hr;
 extern const struct iwl_cfg iwl_ax201_cfg_qu_c0_hr_b0;
 extern const struct iwl_cfg iwl_ax201_cfg_quz_hr;
 extern const struct iwl_cfg iwl_ax1650i_cfg_quz_hr;