forked from mirrors/linux
		
	 f614a29d6c
			
		
	
	
		f614a29d6c
		
	
	
	
	
		
			
			Commit db3685b404 ("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>
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 */
 | |
| #ifndef _NETNS_NFTABLES_H_
 | |
| #define _NETNS_NFTABLES_H_
 | |
| 
 | |
| struct netns_nftables {
 | |
| 	u8			gencursor;
 | |
| };
 | |
| 
 | |
| #endif
 |