diff options
-rw-r--r-- | src/platform/nm-platform-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/platform/nm-platform-utils.h b/src/platform/nm-platform-utils.h index 9fb61626ea..062c859756 100644 --- a/src/platform/nm-platform-utils.h +++ b/src/platform/nm-platform-utils.h @@ -96,8 +96,6 @@ struct _NMEthtoolCoalesceState { guint32 s[_NM_ETHTOOL_ID_COALESCE_NUM /* indexed by (NMEthtoolID - _NM_ETHTOOL_ID_COALESCE_FIRST) */]; }; -#define _NM_ETHTOOL_ID_COALESCE_AS_IDX(ethtool_id) ((ethtool_id) - _NM_ETHTOOL_ID_COALESCE_FIRST) - gboolean nmp_utils_ethtool_get_coalesce (int ifindex, NMEthtoolCoalesceState *coalesce); |