diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-11-16 10:59:21 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-20 00:10:36 (GMT) |
commit | 01f1c6b994bc4e0cf048534e67702e08ae69a890 (patch) | |
tree | bc6983ea470c2e356b31d468476944105c53c2e4 | |
parent | c867b55eb4831a493631205f2744b2e77ce0983b (diff) | |
download | linux-01f1c6b994bc4e0cf048534e67702e08ae69a890.tar.xz |
net: remove unnecessary wireless includes
The wireless and wext includes in net-sysfs.c aren't
needed, so remove them.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/core/net-sysfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c index c66b8c2..1f8a13c 100644 --- a/net/core/net-sysfs.c +++ b/net/core/net-sysfs.c @@ -18,11 +18,9 @@ #include <net/sock.h> #include <net/net_namespace.h> #include <linux/rtnetlink.h> -#include <linux/wireless.h> #include <linux/vmalloc.h> #include <linux/export.h> #include <linux/jiffies.h> -#include <net/wext.h> #include "net-sysfs.h" |