aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index c97ae6fec040..67b6210a589a 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -2522,7 +2522,7 @@ static int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
2522/* If MPLS offload request, verify we are testing hardware MPLS features 2522/* If MPLS offload request, verify we are testing hardware MPLS features
2523 * instead of standard features for the netdev. 2523 * instead of standard features for the netdev.
2524 */ 2524 */
2525#ifdef CONFIG_NET_MPLS_GSO 2525#if IS_ENABLED(CONFIG_NET_MPLS_GSO)
2526static netdev_features_t net_mpls_features(struct sk_buff *skb, 2526static netdev_features_t net_mpls_features(struct sk_buff *skb,
2527 netdev_features_t features, 2527 netdev_features_t features,
2528 __be16 type) 2528 __be16 type)