iwlwifi: mvm: ops: Remove unused static struct 'iwl_mvm_debug_names'
authorLee Jones <lee.jones@linaro.org>
Thu, 10 Sep 2020 06:54:10 +0000 (07:54 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 8 Oct 2020 10:43:44 +0000 (13:43 +0300)
commit707c528a8d51ab418e092eaa95c5b9f6114fd616
tree40d939a3914f1c10b06e6691b28d59e9f4ad1c43
parent8f7ed7bf13840d2d2e44052bb6f4b15ac9101238
iwlwifi: mvm: ops: Remove unused static struct 'iwl_mvm_debug_names'

Looks as if it's never been used.

Fixes the following W=1 kernel build warning(s):

 drivers/net/wireless/intel/iwlwifi/mvm/ops.c:466:36: warning: ‘iwl_mvm_debug_names’ defined but not used [-Wunused-const-variable=]

Cc: Johannes Berg <johannes.berg@intel.com>
Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Cc: Luca Coelho <luciano.coelho@intel.com>
Cc: Intel Linux Wireless <linuxwifi@intel.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200910065431.657636-9-lee.jones@linaro.org
drivers/net/wireless/intel/iwlwifi/mvm/ops.c