Skip to content

Commit 75082e7

Browse files
edumazetkuba-moo
authored andcommitted
net: add missing include in include/net/gro.h
This is needed for some arches, as reported by Geert Uytterhoeven, Randy Dunlap and Stephen Rothwell Fixes: 4721031 ("net: move gro definitions to include/net/gro.h") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Randy Dunlap <rdunlap@infradead.org> Tested-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/20211117100130.2368319-1-eric.dumazet@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent e92af33 commit 75082e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/net/gro.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <linux/indirect_call_wrapper.h>
77
#include <linux/ip.h>
88
#include <linux/ipv6.h>
9+
#include <net/ip6_checksum.h>
910
#include <linux/skbuff.h>
1011
#include <net/udp.h>
1112

0 commit comments

Comments
 (0)