From: Christophe JAILLET Date: Sat, 3 Dec 2022 16:51:04 +0000 (+0100) Subject: net: xsk: Don't include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e9b4aeed56699b469206d05e706ddf2db95700a9;p=linux.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 e5734261ba0ae..21a4f25a187a5 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;