diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-30 11:58:16 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:44:15 -0400 |
commit | e46ab7f0886143846d8da2ca06c2b0e245f34dc6 (patch) | |
tree | 0b7cd8cdba658ebfaf91b793abd6007ac6dd0f64 /drivers/net/wireless/iwlwifi/iwl-sta.c | |
parent | 42935ecaf4e784d0815afa9a7e5fe7e141157ca3 (diff) | |
download | blackbird-op-linux-e46ab7f0886143846d8da2ca06c2b0e245f34dc6.tar.gz blackbird-op-linux-e46ab7f0886143846d8da2ca06c2b0e245f34dc6.zip |
iwlwifi: don't export symbols not needed in other modules
Even with the split into iwlcore/agn/3945 not all symbols
that cross file boundaries are needed in other modules, a
few are only used within iwlcore, for example.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-sta.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-sta.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-sta.c b/drivers/net/wireless/iwlwifi/iwl-sta.c index 79ea5cc2c89a..efcae0d5e193 100644 --- a/drivers/net/wireless/iwlwifi/iwl-sta.c +++ b/drivers/net/wireless/iwlwifi/iwl-sta.c @@ -464,7 +464,6 @@ out: spin_unlock_irqrestore(&priv->sta_lock, flags); return ret; } -EXPORT_SYMBOL(iwl_remove_station); /** * iwl_clear_stations_table - Clear the driver's station table |