Skip to content

Commit

Permalink
net: Remove leftover include from nftables.h
Browse files Browse the repository at this point in the history
Commit db3685b ("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>
  • Loading branch information
Jörn-Thorben Hinz authored and David S. Miller committed Aug 13, 2023
1 parent 3d38293 commit f614a29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/net/netns/nftables.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_

#include <linux/list.h>

struct netns_nftables {
u8 gencursor;
};
Expand Down

0 comments on commit f614a29

Please sign in to comment.