The patch titled Subject: fs/coda/psdev.c: remove duplicate header has been added to the -mm tree. Its filename is fs-coda-psdevc-remove-duplicate-header.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-coda-psdevc-remove-duplicate-header.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-coda-psdevc-remove-duplicate-header.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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> --- --- 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 arch-sh-boards-mach-dreamcast-irqc-remove-duplicate-header.patch fs-coda-psdevc-remove-duplicate-header.patch