mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
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: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
cf32ed9243
commit
a82ac21efc
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
#ifndef __CFG80211_ETHTOOL__
|
||||
#define __CFG80211_ETHTOOL__
|
||||
|
||||
#include <linux/ethtool.h>
|
||||
|
||||
extern const struct ethtool_ops cfg80211_ethtool_ops;
|
||||
|
||||
#endif /* __CFG80211_ETHTOOL__ */
|
||||
|
|
Loading…
Reference in a new issue