diff mbox series

[net-next] net: typhoon: include <net/vxlan.h>

Message ID 20220208003502.1799728-1-eric.dumazet@gmail.com (mailing list archive)
State Accepted
Commit d1d5bd647c49c8d4f8f4c5b79ddc819a6f3f7c57
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: typhoon: include <net/vxlan.h> | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 2 this patch: 2
netdev/cc_maintainers warning 1 maintainers not CCed: dave@thedillows.org
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 2 this patch: 2
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 9 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Eric Dumazet Feb. 8, 2022, 12:35 a.m. UTC
From: Eric Dumazet <edumazet@google.com>

We need this to get vxlan_features_check() definition.

Fixes: d2692eee05b8 ("net: typhoon: implement ndo_features_check method")
Signed-off-by: Eric Dumazet <edumazet@google.com>
---
 drivers/net/ethernet/3com/typhoon.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 8, 2022, 4 a.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  7 Feb 2022 16:35:02 -0800 you wrote:
> From: Eric Dumazet <edumazet@google.com>
> 
> We need this to get vxlan_features_check() definition.
> 
> Fixes: d2692eee05b8 ("net: typhoon: implement ndo_features_check method")
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> 
> [...]

Here is the summary with links:
  - [net-next] net: typhoon: include <net/vxlan.h>
    https://git.kernel.org/netdev/net-next/c/d1d5bd647c49

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/net/ethernet/3com/typhoon.c b/drivers/net/ethernet/3com/typhoon.c
index 08f6c42a1e3803006159915cfdae1e72c5e30335..ad57209007e1892656e60176ae464b7bdf3b0b49 100644
--- a/drivers/net/ethernet/3com/typhoon.c
+++ b/drivers/net/ethernet/3com/typhoon.c
@@ -2257,6 +2257,9 @@  typhoon_test_mmio(struct pci_dev *pdev)
 }
 
 #if MAX_SKB_FRAGS > 32
+
+#include <net/vxlan.h>
+
 static netdev_features_t typhoon_features_check(struct sk_buff *skb,
 						struct net_device *dev,
 						netdev_features_t features)