From: Stephen Rothwell Date: Wed, 22 Apr 2009 05:11:05 +0000 (+1000) Subject: wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bug X-Git-Tag: v2.6.30-rc5~39^2~24^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6269b731560d69c5eaa929909891edec39496d71;p=pandora-kernel.git 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: Stephen Rothwell Signed-off-by: John W. Linville --- Reading git-diff-tree failed