]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: remove EXPORT_SYMBOL for static symbol
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 30 Apr 2009 07:58:50 +0000 (09:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 4 May 2009 20:22:08 +0000 (16:22 -0400)
commitfce9f0c1bbc190f2f822417745196c9a6db4ee82
treec82dc712c11f82e5bf34f9eee89be791f67a7359
parentf1236196560a6504864263dc980347a1067f0087
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>
drivers/net/wireless/iwlwifi/iwl3945-base.c