summaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2023-06-13 16:46:39 +1000
committerJakub Kicinski <kuba@kernel.org>2023-06-15 22:47:13 -0700
commitd9ffa069e006fa2873b94fbf2387546942d4f85b (patch)
tree41729f0cb785e22716501ae31a9b4066f983dfab /net/core
parentf7d625adeb7bc6a9ec83d32d9615889969d64484 (diff)
downloadlinux-d9ffa069e006fa2873b94fbf2387546942d4f85b.tar.gz
linux-d9ffa069e006fa2873b94fbf2387546942d4f85b.tar.bz2
linux-d9ffa069e006fa2873b94fbf2387546942d4f85b.zip
sunvnet: fix sparc64 build error after gso code split
After merging the net-next tree, today's linux-next build (sparc64 defconfig) failed like this: drivers/net/ethernet/sun/sunvnet_common.c: In function 'vnet_handle_offloads': drivers/net/ethernet/sun/sunvnet_common.c:1277:16: error: implicit declaration of function 'skb_gso_segment'; did you mean 'skb_gso_reset'? [-Werror=implicit-function-declaration] 1277 | segs = skb_gso_segment(skb, dev->features & ~NETIF_F_TSO); | ^~~~~~~~~~~~~~~ | skb_gso_reset drivers/net/ethernet/sun/sunvnet_common.c:1277:14: warning: assignment to 'struct sk_buff *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 1277 | segs = skb_gso_segment(skb, dev->features & ~NETIF_F_TSO); | ^ Fixes: d457a0e329b0 ("net: move gso declarations and functions to their own files") Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Reviewed-by: Simon Horman <simon.horman@corigine.com> Link: https://lore.kernel.org/r/20230613164639.164b2991@canb.auug.org.au Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions