The patch titled Subject: fs/coda/psdev.c: remove duplicate header has been removed from the -mm tree. Its filename was fs-coda-psdevc-remove-duplicate-header.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx> Subject: fs/coda/psdev.c: remove duplicate header linux/poll.h is included more than once. Link: http://lkml.kernel.org/r/5c86820f.1c69fb81.149f0.0834@xxxxxxxxxxxxx Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx> Acked-by: Souptick Joarder <jrdr.linux@xxxxxxxxx> Cc: Jan Harkes <jaharkes@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/coda/psdev.c | 1 - 1 file changed, 1 deletion(-) --- a/fs/coda/psdev.c~fs-coda-psdevc-remove-duplicate-header +++ a/fs/coda/psdev.c @@ -39,7 +39,6 @@ #include <linux/device.h> #include <linux/pid_namespace.h> #include <asm/io.h> -#include <linux/poll.h> #include <linux/uaccess.h> #include <linux/coda.h> _ Patches currently in -mm which might be from sabyasachi.linux@xxxxxxxxx are