| commit | 3ee59f8d0dcab2e114546038b2b224776c82b7f7 | [log] [tgz] |
|---|---|---|
| author | Andreas Schwab <schwab@linux-m68k.org> | Thu Apr 30 09:58:50 2009 +0200 |
| committer | John W. Linville <linville@tuxdriver.com> | Mon May 04 16:22:08 2009 -0400 |
| tree | c82dc712c11f82e5bf34f9eee89be791f67a7359 | |
| parent | 379b026ecc20c4657d37e40ead789f7f28f1a1c1 [diff] |
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 <schwab@linux-m68k.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>