From: Christophe JAILLET Date: Sat, 3 Dec 2022 16:51:04 +0000 (+0100) Subject: net: xsk: Don't include X-Git-Tag: v6.6.17~5932^2~23^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9b4aeed56699b469206d05e706ddf2db95700a9;p=platform%2Fkernel%2Flinux-rpi.git net: xsk: Don't include There is no need to include here. Prefer the less invasive which is needed for 'hlist_head'. Signed-off-by: Christophe JAILLET Acked-by: John Fastabend Link: https://lore.kernel.org/r/88d6a1d88764cca328610854f890a9ca1f4b029e.1670086246.git.christophe.jaillet@wanadoo.fr Signed-off-by: Alexei Starovoitov --- diff --git a/include/net/netns/xdp.h b/include/net/netns/xdp.h index e573426..21a4f25 100644 --- a/include/net/netns/xdp.h +++ b/include/net/netns/xdp.h @@ -2,8 +2,8 @@ #ifndef __NETNS_XDP_H__ #define __NETNS_XDP_H__ -#include #include +#include struct netns_xdp { struct mutex lock;