diff options
| author | Eric Dumazet <[email protected]> | 2023-06-08 19:17:37 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-06-10 07:11:41 +0000 |
| commit | d457a0e329b0bfd3a1450e0b1a18cd2b47a25a08 (patch) | |
| tree | eafa7a6c0d45e727a9eb25c6a4cc5dd8b4652217 /net/nsh/nsh.c | |
| parent | Merge branch 'mptcp-unify-pm-interfaces' (diff) | |
| download | kernel-d457a0e329b0bfd3a1450e0b1a18cd2b47a25a08.tar.gz kernel-d457a0e329b0bfd3a1450e0b1a18cd2b47a25a08.zip | |
net: move gso declarations and functions to their own files
Move declarations into include/net/gso.h and code into net/core/gso.c
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Stanislav Fomichev <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/nsh/nsh.c')
| -rw-r--r-- | net/nsh/nsh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nsh/nsh.c b/net/nsh/nsh.c index 0f23e5e8e03e..f4a38bd6a7e0 100644 --- a/net/nsh/nsh.c +++ b/net/nsh/nsh.c @@ -8,6 +8,7 @@ #include <linux/module.h> #include <linux/netdevice.h> #include <linux/skbuff.h> +#include <net/gso.h> #include <net/nsh.h> #include <net/tun_proto.h> |
