From: Matt Helsley 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 Cc: Guillaume Thouvenin Cc: Nguyen Anh Quynh Signed-off-by: Andrew Morton --- drivers/connector/cn_proc.c | 1 + include/linux/cn_proc.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/connector/cn_proc.c~process-events-header-cleanup drivers/connector/cn_proc.c --- devel/drivers/connector/cn_proc.c~process-events-header-cleanup 2006-05-27 23:29:03.000000000 -0700 +++ devel-akpm/drivers/connector/cn_proc.c 2006-05-27 23:29:03.000000000 -0700 @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff -puN include/linux/cn_proc.h~process-events-header-cleanup include/linux/cn_proc.h --- devel/include/linux/cn_proc.h~process-events-header-cleanup 2006-05-27 23:29:03.000000000 -0700 +++ devel-akpm/include/linux/cn_proc.h 2006-05-27 23:29:03.000000000 -0700 @@ -26,8 +26,6 @@ #define CN_PROC_H #include -#include -#include /* * Userspace sends this enum to register with the kernel that it is listening _