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

Commit 6269b731 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by John W. Linville
Browse files

wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bug



drivers/net/wireless/iwlwifi/iwl3945-base.c:1415: error: __ksymtab_iwl3945_rx_queue_reset causes a section type conflict

I am pretty sure that this is a compiler bug, so not to worry.  However,
as far as I can see, iwl-3945.o (the only user) and iwl3945-base.o are
always linked into the same module, so the EXPORT_SYMBOL (which causes
the problem) should not be needed.  Correct?

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent bf368e4e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1694,7 +1694,6 @@ void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
	rxq->free_count = 0;
	spin_unlock_irqrestore(&rxq->lock, flags);
}
EXPORT_SYMBOL(iwl3945_rx_queue_reset);

/*
 * this should be called while priv->lock is locked