iwlwifi: mvm: make iwl_mvm_config_sched_scan_profiles() static
authorLuciano Coelho <luciano.coelho@intel.com>
Tue, 5 May 2015 08:32:29 +0000 (11:32 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 28 May 2015 10:35:19 +0000 (13:35 +0300)
commit416c9b50647bc8ac22cb16e3062076f68dafebfe
treeb3eeec6b4fdbd7ec04f17adfe12bdd89d095e935
parentae90c2e5784b465d903106d833afab4f3e139d80
iwlwifi: mvm: make iwl_mvm_config_sched_scan_profiles() static

The iwl_mvm_config_sched_scan_profiles() function is only used in
scan.c, so remove the declaration from mvm.h and make it static.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mvm.h
drivers/net/wireless/iwlwifi/mvm/scan.c