net: remove unnecessary wireless includes
authorJohannes Berg <johannes.berg@intel.com>
Fri, 16 Nov 2012 10:59:21 +0000 (10:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Nov 2012 00:10:36 +0000 (19:10 -0500)
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>
net/core/net-sysfs.c

index c66b8c2..1f8a13c 100644 (file)
 #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"