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

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
#ifndef __CFG80211_ETHTOOL__
#define __CFG80211_ETHTOOL__
#include <linux/ethtool.h>
extern const struct ethtool_ops cfg80211_ethtool_ops;
#endif /* __CFG80211_ETHTOOL__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment