Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b5a26f5 authored by Wey-Yi Guy's avatar Wey-Yi Guy
Browse files

iwlwifi: declare static for iwl_sram_cleanup function

parent e056a653
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);