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

Commit 875295f1 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

iwlwifi: fix sparse warning



sparse correctly warns about symbol not
being static, make static to shut it up.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4c84a8f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -705,7 +705,7 @@ static void iwl_print_cont_event_trace(struct iwl_priv *priv, u32 base,
	spin_unlock_irqrestore(&priv->reg_lock, reg_flags);
}

void iwl_continuous_event_trace(struct iwl_priv *priv)
static void iwl_continuous_event_trace(struct iwl_priv *priv)
{
	u32 capacity;   /* event log capacity in # entries */
	u32 base;       /* SRAM byte address of event log header */