The patch titled Subject: arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header has been added to the -mm tree. Its filename is arch-sh-boards-mach-dreamcast-irqc-remove-duplicate-header.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/arch-sh-boards-mach-dreamcast-irqc-remove-duplicate-header.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/arch-sh-boards-mach-dreamcast-irqc-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: arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header Remove linux/irq.h which is included more than once. Link: http://lkml.kernel.org/r/5c8682ef.1c69fb81.5a1ea.2e7f@xxxxxxxxxxxxx Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx> Acked-by: Souptick Joarder <jrdr.linux@xxxxxxxxx> Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Cc: Rich Felker <dalias@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/arch/sh/boards/mach-dreamcast/irq.c~arch-sh-boards-mach-dreamcast-irqc-remove-duplicate-header +++ a/arch/sh/boards/mach-dreamcast/irq.c @@ -10,7 +10,6 @@ */ #include <linux/irq.h> #include <linux/io.h> -#include <linux/irq.h> #include <linux/export.h> #include <linux/err.h> #include <mach/sysasic.h> _ Patches currently in -mm which might be from sabyasachi.linux@xxxxxxxxx are arch-sh-boards-mach-dreamcast-irqc-remove-duplicate-header.patch