From f614a29d6ca6962139b0eb36b985e3dda80258a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn-Thorben=20Hinz?= Date: Fri, 11 Aug 2023 19:33:57 +0200 Subject: [PATCH] net: Remove leftover include from nftables.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Commit db3685b4046f ("net: remove obsolete members from struct net") removed the uses of struct list_head from this header, without removing the corresponding included header. Signed-off-by: Jörn-Thorben Hinz Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- include/net/netns/nftables.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h index 8c77832..cc8060c 100644 --- a/include/net/netns/nftables.h +++ b/include/net/netns/nftables.h @@ -2,8 +2,6 @@ #ifndef _NETNS_NFTABLES_H_ #define _NETNS_NFTABLES_H_ -#include - struct netns_nftables { u8 gencursor; }; -- 2.7.4