Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01f1c6b9 authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller
Browse files

net: remove unnecessary wireless includes



The wireless and wext includes in net-sysfs.c aren't
needed, so remove them.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c867b55e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"