Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: Remove leftover include from nftables.h

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 <jthinz@mailbox.tu-berlin.de>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jörn-Thorben Hinz and committed by
David S. Miller
f614a29d 3d382936

-2
-2
include/net/netns/nftables.h
··· 2 2 #ifndef _NETNS_NFTABLES_H_ 3 3 #define _NETNS_NFTABLES_H_ 4 4 5 - #include <linux/list.h> 6 - 7 5 struct netns_nftables { 8 6 u8 gencursor; 9 7 };