diff options
| author | John W. Linville <linville@tuxdriver.com> | 2009-10-07 10:49:33 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:49 -0400 |
| commit | a82ac21efcefabb4879eb5b4e7a2c7a142026bdb (patch) | |
| tree | ce374213815138f787a6fb29fb66c6d7f21feecd /net/wireless | |
| parent | cf32ed92432303022be208bb6a173994712f1f23 (diff) | |
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>
Diffstat (limited to 'net/wireless')
| -rw-r--r-- | net/wireless/ethtool.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/wireless/ethtool.h b/net/wireless/ethtool.h index 70cbee1bc62e..695ecad20bd6 100644 --- a/net/wireless/ethtool.h +++ b/net/wireless/ethtool.h | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | #ifndef __CFG80211_ETHTOOL__ | 1 | #ifndef __CFG80211_ETHTOOL__ |
| 2 | #define __CFG80211_ETHTOOL__ | 2 | #define __CFG80211_ETHTOOL__ |
| 3 | 3 | ||
| 4 | #include <linux/ethtool.h> | ||
| 5 | |||
| 6 | extern const struct ethtool_ops cfg80211_ethtool_ops; | 4 | extern const struct ethtool_ops cfg80211_ethtool_ops; |
| 7 | 5 | ||
| 8 | #endif /* __CFG80211_ETHTOOL__ */ | 6 | #endif /* __CFG80211_ETHTOOL__ */ |
