aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/connector
diff options
context:
space:
mode:
authorMatt Helsley <matthltc@us.ibm.com>2006-06-23 02:05:42 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-23 07:43:06 -0700
commit1d31a4ea8cf7a2afc7299d1d3d8732ca54a5934e (patch)
tree74995c3163a0854d37a0a5193177928c2ded9ce8 /drivers/connector
parent[PATCH] remove unlikely() in might_sleep_if() (diff)
downloadlinux-dev-1d31a4ea8cf7a2afc7299d1d3d8732ca54a5934e.tar.xz
linux-dev-1d31a4ea8cf7a2afc7299d1d3d8732ca54a5934e.zip
[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 'drivers/connector')
-rw-r--r--drivers/connector/cn_proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/connector/cn_proc.c b/drivers/connector/cn_proc.c
index 4b4d7db1ff7b..498aa37bca22 100644
--- a/drivers/connector/cn_proc.c
+++ b/drivers/connector/cn_proc.c
@@ -26,6 +26,7 @@
#include <linux/kernel.h>
#include <linux/ktime.h>
#include <linux/init.h>
+#include <linux/connector.h>
#include <asm/atomic.h>
#include <linux/cn_proc.h>