summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorAl Viro2006-12-04 21:41:19 +0100
committerLinus Torvalds2006-12-04 21:45:29 +0100
commita80958f4849316a18c06f75b9e850ccecbf20df8 (patch)
tree69a5469fee713392bdacd7f197336ce2d8c76c19 /include/linux/skbuff.h
parentnetfilter.h needs rcuupdate.h for RCU locking functions (diff)
downloadkernel-qcow2-linux-a80958f4849316a18c06f75b9e850ccecbf20df8.tar.gz
kernel-qcow2-linux-a80958f4849316a18c06f75b9e850ccecbf20df8.tar.xz
kernel-qcow2-linux-a80958f4849316a18c06f75b9e850ccecbf20df8.zip
[PATCH] fix fallout from header dependency trimming
OK, that seems to be enough to deal with the mess. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 6bdff9b148d0..a05a5f7c0b73 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -25,6 +25,7 @@
#include <linux/net.h>
#include <linux/textsearch.h>
#include <net/checksum.h>
+#include <linux/rcupdate.h>
#include <linux/dmaengine.h>
#define HAVE_ALLOC_SKB /* For the drivers to know */