aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_80211_tx.c
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2006-05-02 18:01:41 +0200
committerJohn W. Linville <linville@tuxdriver.com>2006-05-17 14:58:55 -0400
commit5d25ea7c0c77cbdba1b5f092d60d624e24dfa938 (patch)
treedfae1dfe50155f0ab85d057acf1b94cf7072eafe /drivers/net/wireless/hostap/hostap_80211_tx.c
parent59d4b684fbe74b25ac8593f39d2aaa86aa485b1f (diff)
downloadkernel_samsung_smdk4412-5d25ea7c0c77cbdba1b5f092d60d624e24dfa938.zip
kernel_samsung_smdk4412-5d25ea7c0c77cbdba1b5f092d60d624e24dfa938.tar.gz
kernel_samsung_smdk4412-5d25ea7c0c77cbdba1b5f092d60d624e24dfa938.tar.bz2
[PATCH] unused exports in wireless drivers
There's a bunch of unused exports in the wireless drivers; that's bad since unused exports take up quite a bit of space in total; the patch below removes them. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_80211_tx.c')
-rw-r--r--drivers/net/wireless/hostap/hostap_80211_tx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_80211_tx.c b/drivers/net/wireless/hostap/hostap_80211_tx.c
index 06a5214..4a5be70 100644
--- a/drivers/net/wireless/hostap/hostap_80211_tx.c
+++ b/drivers/net/wireless/hostap/hostap_80211_tx.c
@@ -534,5 +534,4 @@ int hostap_master_start_xmit(struct sk_buff *skb, struct net_device *dev)
}
-EXPORT_SYMBOL(hostap_dump_tx_80211);
EXPORT_SYMBOL(hostap_master_start_xmit);