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

Commit 4fd1f841 authored by Tomas Winkler's avatar Tomas Winkler Committed by David S. Miller
Browse files

iwlwifi: fix compliation warnings



This patch fixes compilation warnings introduced by 'fix ucode assertion
for RX queue overrun' patch

Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 09466878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4163,7 +4163,7 @@ static void iwl3945_rx_allocate(struct iwl3945_priv *priv)
/*
 * this should be called while priv->lock is locked
 */
void __iwl3945_rx_replenish(void *data)
static void __iwl3945_rx_replenish(void *data)
{
	struct iwl3945_priv *priv = data;

+2 −2
Original line number Diff line number Diff line
@@ -4534,7 +4534,7 @@ static void iwl4965_rx_allocate(struct iwl4965_priv *priv)
/*
 * this should be called while priv->lock is locked
*/
void __iwl4965_rx_replenish(void *data)
static void __iwl4965_rx_replenish(void *data)
{
	struct iwl4965_priv *priv = data;