forked from Minki/linux
iwlwifi: declare static for iwl_sram_cleanup function
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
This commit is contained in:
parent
e056a6533b
commit
6b5a26f50a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user