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

Commit a82ac21e authored by John W. Linville's avatar John W. Linville
Browse files

net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.h



Everything including this header includes net/cfg80211.h, which
includes linux/netdevice.h, which includes linux/ethtool.h already.  Why
slow-down the build, even a little bit?

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent cf32ed92
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
#ifndef __CFG80211_ETHTOOL__
#define __CFG80211_ETHTOOL__

#include <linux/ethtool.h>

extern const struct ethtool_ops cfg80211_ethtool_ops;

#endif /* __CFG80211_ETHTOOL__ */