提交 a80958f4 编写于 作者: A Al Viro 提交者: Linus Torvalds

[PATCH] fix fallout from header dependency trimming

OK, that seems to be enough to deal with the mess.
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 0c789ff6
......@@ -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 */
......
......@@ -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
......
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册