From: Andreas Schwab Date: Thu, 30 Apr 2009 07:58:50 +0000 (+0200) Subject: iwlwifi: remove EXPORT_SYMBOL for static symbol X-Git-Tag: linux-omap-v2.6.30-rc6~48^2~12^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee59f8d0dcab2e114546038b2b224776c82b7f7;p=pandora-kernel.git iwlwifi: remove EXPORT_SYMBOL for static symbol It does not make sense to apply EXPORT_SYMBOL to a static symbol. Fixes this build error: drivers/net/wireless/iwlwifi/iwl3945-base.c:1697: error: __ksymtab_iwl3945_rx_queue_reset causes a section type conflict Signed-off-by: Andreas Schwab Signed-off-by: John W. Linville --- Reading git-diff-tree failed