From: Eric Dumazet Date: Tue, 8 Feb 2022 00:35:02 +0000 (-0800) Subject: net: typhoon: include X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d1d5bd647c49c8d4f8f4c5b79ddc819a6f3f7c57;p=uclinux-h8%2Flinux.git net: typhoon: include We need this to get vxlan_features_check() definition. Fixes: d2692eee05b8 ("net: typhoon: implement ndo_features_check method") Signed-off-by: Eric Dumazet Link: https://lore.kernel.org/r/20220208003502.1799728-1-eric.dumazet@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/3com/typhoon.c b/drivers/net/ethernet/3com/typhoon.c index 08f6c42a1e38..ad57209007e1 100644 --- a/drivers/net/ethernet/3com/typhoon.c +++ b/drivers/net/ethernet/3com/typhoon.c @@ -2257,6 +2257,9 @@ out: } #if MAX_SKB_FRAGS > 32 + +#include + static netdev_features_t typhoon_features_check(struct sk_buff *skb, struct net_device *dev, netdev_features_t features)