diff options
author | Matt Helsley <matthltc@us.ibm.com> | 2006-06-23 05:05:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:43:06 -0400 |
commit | 1d31a4ea8cf7a2afc7299d1d3d8732ca54a5934e (patch) | |
tree | 74995c3163a0854d37a0a5193177928c2ded9ce8 /include | |
parent | 368a5fa1f28589e6b54588a139ea872d5b4b1914 (diff) |
[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: Matt Helsley <matthltc@us.ibm.com>
Cc: Guillaume Thouvenin <guillaume.thouvenin@bull.net>
Cc: Nguyen Anh Quynh <aquynh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cn_proc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cn_proc.h b/include/linux/cn_proc.h index 1417de935057..1e3459a14e20 100644 --- a/include/linux/cn_proc.h +++ b/include/linux/cn_proc.h | |||
@@ -26,8 +26,6 @@ | |||
26 | #define CN_PROC_H | 26 | #define CN_PROC_H |
27 | 27 | ||
28 | #include <linux/types.h> | 28 | #include <linux/types.h> |
29 | #include <linux/time.h> | ||
30 | #include <linux/connector.h> | ||
31 | 29 | ||
32 | /* | 30 | /* |
33 | * Userspace sends this enum to register with the kernel that it is listening | 31 | * Userspace sends this enum to register with the kernel that it is listening |