]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
iwlwifi: mvm: make iwl_run_unified_mvm_ucode() static
authorJohannes Berg <johannes.berg@intel.com>
Mon, 20 Feb 2017 16:47:04 +0000 (17:47 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 25 Apr 2017 12:09:11 +0000 (15:09 +0300)
commit8c5f47b15c5c1537c000e3a4c92c82c5bbf521a4
tree319afceac1984266c623ad779c54e92bd77bca1b
parent77e409455f4171e24e95774cc80419f68b07af2f
iwlwifi: mvm: make iwl_run_unified_mvm_ucode() static

There's no need to have iwl_run_unified_mvm_ucode() be exposed
to other parts of the code since the logic to pick it over the
normal code in iwl_run_init_mvm_ucode() can just be done in
that function itself.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/ops.c