[PATCH] fix fallout from header dependency trimming
authorAl Viro <viro@hera.kernel.org>
Mon, 4 Dec 2006 20:41:19 +0000 (20:41 +0000)
committerLinus Torvalds <torvalds@woody.osdl.org>
Mon, 4 Dec 2006 20:45:29 +0000 (12:45 -0800)
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>
include/linux/kernelcapi.h
include/linux/netfilter.h
include/linux/skbuff.h

index f8a0ff8..aea34e7 100644 (file)
@@ -48,6 +48,7 @@ typedef struct kcapi_carddef {
 #include <linux/list.h>
 #include <linux/skbuff.h>
 #include <linux/workqueue.h>
+#include <asm/semaphore.h>
 
 #define        KCI_CONTRUP     0       /* arg: struct capi_profile */
 #define        KCI_CONTRDOWN   1       /* arg: NULL */
index 9389cf7..d4c4c51 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/list.h>
 #endif
 #include <linux/compiler.h>
-#include <linux/rcupdate.h>
 
 /* Responses from hook functions. */
 #define NF_DROP 0
index 6bdff9b..a05a5f7 100644 (file)
@@ -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 */