aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/wext-sme.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireless/wext-sme.c')
-rw-r--r--net/wireless/wext-sme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/wext-sme.c b/net/wireless/wext-sme.c
index 6fffe62d7c25..326750b99151 100644
--- a/net/wireless/wext-sme.c
+++ b/net/wireless/wext-sme.c
@@ -5,10 +5,12 @@
5 * Copyright (C) 2009 Intel Corporation. All rights reserved. 5 * Copyright (C) 2009 Intel Corporation. All rights reserved.
6 */ 6 */
7 7
8#include <linux/export.h>
8#include <linux/etherdevice.h> 9#include <linux/etherdevice.h>
9#include <linux/if_arp.h> 10#include <linux/if_arp.h>
10#include <linux/slab.h> 11#include <linux/slab.h>
11#include <net/cfg80211.h> 12#include <net/cfg80211.h>
13#include <net/cfg80211-wext.h>
12#include "wext-compat.h" 14#include "wext-compat.h"
13#include "nl80211.h" 15#include "nl80211.h"
14 16
@@ -365,7 +367,6 @@ int cfg80211_wext_siwgenie(struct net_device *dev,
365 wdev_unlock(wdev); 367 wdev_unlock(wdev);
366 return err; 368 return err;
367} 369}
368EXPORT_SYMBOL_GPL(cfg80211_wext_siwgenie);
369 370
370int cfg80211_wext_siwmlme(struct net_device *dev, 371int cfg80211_wext_siwmlme(struct net_device *dev,
371 struct iw_request_info *info, 372 struct iw_request_info *info,
@@ -402,4 +403,3 @@ int cfg80211_wext_siwmlme(struct net_device *dev,
402 403
403 return err; 404 return err;
404} 405}
405EXPORT_SYMBOL_GPL(cfg80211_wext_siwmlme);