iwlwifi: make iwl_init_context static
It's not needed anywhere but during init. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
bada991b45
commit
e6dd5838ac
2 changed files with 1 additions and 2 deletions
|
|
@ -488,7 +488,7 @@ static void iwl_bg_tx_flush(struct work_struct *work)
|
|||
iwlagn_dev_txfifo_flush(priv, IWL_DROP_ALL);
|
||||
}
|
||||
|
||||
void iwl_init_context(struct iwl_priv *priv, u32 ucode_flags)
|
||||
static void iwl_init_context(struct iwl_priv *priv, u32 ucode_flags)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,6 @@ void iwlagn_config_ht40(struct ieee80211_conf *conf,
|
|||
int iwlagn_rx_calib_result(struct iwl_priv *priv,
|
||||
struct iwl_rx_cmd_buffer *rxb,
|
||||
struct iwl_device_cmd *cmd);
|
||||
void iwl_init_context(struct iwl_priv *priv, u32 ucode_flags);
|
||||
int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type);
|
||||
void iwl_send_prio_tbl(struct iwl_priv *priv);
|
||||
int iwl_init_alive_start(struct iwl_priv *priv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue