Commit f05f2efd authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville

iwlwifi: declare static for iwl_sram_cleanup function

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a2f759fc
......@@ -184,7 +184,7 @@ void iwl_testmode_init(struct iwl_priv *priv)
priv->testmode_sram.sram_readed = false;
}
void iwl_sram_cleanup(struct iwl_priv *priv)
static void iwl_sram_cleanup(struct iwl_priv *priv)
{
if (priv->testmode_sram.sram_readed) {
kfree(priv->testmode_sram.buff_addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment