Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c789ff6 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

netfilter.h needs rcuupdate.h for RCU locking functions



This was exposed by Al's recent header file dependency reduction
patches..

Cc: Al Viro <viro@ftp.linux.org.uk>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9b8ab9f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#include <linux/list.h>
#endif
#include <linux/compiler.h>
#include <linux/rcupdate.h>

/* Responses from hook functions. */
#define NF_DROP 0