projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c867b55
)
net: remove unnecessary wireless includes
author
Johannes Berg
<johannes.berg@intel.com>
Fri, 16 Nov 2012 10:59:21 +0000
(10:59 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/core/net-sysfs.c
b/net/core/net-sysfs.c
index c66b8c2f3b22ee721c3e4a80be7e15f0d0f61fb3..1f8a13ce42e29e83666376c9bf2826cd4ade129e 100644
(file)
--- 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"