The patch titled Process Events - Header Cleanup has been added to the -mm tree. Its filename is process-events-header-cleanup.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Matt Helsley <matthltc@xxxxxxxxxx> 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@xxxxxxxxxx> Cc: Guillaume Thouvenin <guillaume.thouvenin@xxxxxxxx> Cc: Nguyen Anh Quynh <aquynh@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- 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 --- 25/drivers/connector/cn_proc.c~process-events-header-cleanup Wed Apr 26 14:05:31 2006 +++ 25-akpm/drivers/connector/cn_proc.c Wed Apr 26 14:05:31 2006 @@ -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> diff -puN include/linux/cn_proc.h~process-events-header-cleanup include/linux/cn_proc.h --- 25/include/linux/cn_proc.h~process-events-header-cleanup Wed Apr 26 14:05:31 2006 +++ 25-akpm/include/linux/cn_proc.h Wed Apr 26 14:05:31 2006 @@ -26,8 +26,6 @@ #define CN_PROC_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 _ Patches currently in -mm which might be from matthltc@xxxxxxxxxx are process-events-header-cleanup.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html