Explorar o código

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>
John W. Linville %!s(int64=15) %!d(string=hai) anos
pai
achega
a82ac21efc
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      net/wireless/ethtool.h

+ 0 - 2
net/wireless/ethtool.h

@@ -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__ */