summaryrefslogtreecommitdiff
path: root/src/basic/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/missing.h')
-rw-r--r--src/basic/missing.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index 85af7acdfe..45788af9e7 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -1577,11 +1577,4 @@ enum ethtool_link_mode_bit_indices {
#endif
#endif
-/* Strictly speaking, this is not a missing field. Just for our convention. */
-#if !HAVE_ETHTOOL_LINK_MODE_FEC_NONE_BIT
-#define _ETHTOOL_LINK_MODE_MAX 52
-#else
-#define _ETHTOOL_LINK_MODE_MAX (__ETHTOOL_LINK_MODE_LAST + 1)
-#endif
-
#include "missing_syscall.h"