aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r--include/linux/ethtool.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index 19a8de5326fb..e6ebc9761822 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -98,10 +98,6 @@ static inline u32 ethtool_rxfh_indir_default(u32 index, u32 n_rx_rings)
98 return index % n_rx_rings; 98 return index % n_rx_rings;
99} 99}
100 100
101/* number of link mode bits/ulongs handled internally by kernel */
102#define __ETHTOOL_LINK_MODE_MASK_NBITS \
103 (__ETHTOOL_LINK_MODE_LAST + 1)
104
105/* declare a link mode bitmap */ 101/* declare a link mode bitmap */
106#define __ETHTOOL_DECLARE_LINK_MODE_MASK(name) \ 102#define __ETHTOOL_DECLARE_LINK_MODE_MASK(name) \
107 DECLARE_BITMAP(name, __ETHTOOL_LINK_MODE_MASK_NBITS) 103 DECLARE_BITMAP(name, __ETHTOOL_LINK_MODE_MASK_NBITS)