Explorar o código

[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>
Al Viro %!s(int64=18) %!d(string=hai) anos
pai
achega
a80958f484
Modificáronse 3 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      include/linux/kernelcapi.h
  2. 0 1
      include/linux/netfilter.h
  3. 1 0
      include/linux/skbuff.h

+ 1 - 0
include/linux/kernelcapi.h

@@ -48,6 +48,7 @@ typedef struct kcapi_carddef {
 #include <linux/list.h>
 #include <linux/list.h>
 #include <linux/skbuff.h>
 #include <linux/skbuff.h>
 #include <linux/workqueue.h>
 #include <linux/workqueue.h>
+#include <asm/semaphore.h>
 
 
 #define	KCI_CONTRUP	0	/* arg: struct capi_profile */
 #define	KCI_CONTRUP	0	/* arg: struct capi_profile */
 #define	KCI_CONTRDOWN	1	/* arg: NULL */
 #define	KCI_CONTRDOWN	1	/* arg: NULL */

+ 0 - 1
include/linux/netfilter.h

@@ -11,7 +11,6 @@
 #include <linux/list.h>
 #include <linux/list.h>
 #endif
 #endif
 #include <linux/compiler.h>
 #include <linux/compiler.h>
-#include <linux/rcupdate.h>
 
 
 /* Responses from hook functions. */
 /* Responses from hook functions. */
 #define NF_DROP 0
 #define NF_DROP 0

+ 1 - 0
include/linux/skbuff.h

@@ -25,6 +25,7 @@
 #include <linux/net.h>
 #include <linux/net.h>
 #include <linux/textsearch.h>
 #include <linux/textsearch.h>
 #include <net/checksum.h>
 #include <net/checksum.h>
+#include <linux/rcupdate.h>
 #include <linux/dmaengine.h>
 #include <linux/dmaengine.h>
 
 
 #define HAVE_ALLOC_SKB		/* For the drivers to know */
 #define HAVE_ALLOC_SKB		/* For the drivers to know */