提交 1d31a4ea 编写于 作者: M Matt Helsley 提交者: Linus Torvalds

[PATCH] Process Events - Header Cleanup

Move connector header include to precisely where it's needed.

Remove unused time.h header file as well.  This was leftover from previous
iterations of the process events patches.
Signed-off-by: NMatt Helsley <matthltc@us.ibm.com>
Cc: Guillaume Thouvenin <guillaume.thouvenin@bull.net>
Cc: Nguyen Anh Quynh <aquynh@gmail.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 368a5fa1
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/ktime.h> #include <linux/ktime.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/connector.h>
#include <asm/atomic.h> #include <asm/atomic.h>
#include <linux/cn_proc.h> #include <linux/cn_proc.h>
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#define CN_PROC_H #define CN_PROC_H
#include <linux/types.h> #include <linux/types.h>
#include <linux/time.h>
#include <linux/connector.h>
/* /*
* Userspace sends this enum to register with the kernel that it is listening * Userspace sends this enum to register with the kernel that it is listening
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册