Skip to content

Commit

Permalink
iwlwifi: declare static for iwl_sram_cleanup function
Browse files Browse the repository at this point in the history
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
  • Loading branch information
Wey-Yi Guy committed Dec 2, 2011
1 parent e056a65 commit 6b5a26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-sv-open.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6b5a26f

Please sign in to comment.