The patch titled Subject: arch/nios2/mm/fault.c: remove duplicate include has been removed from the -mm tree. Its filename was mm-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: arch/nios2/mm/fault.c: remove duplicate include Remove linux/ptrace.h which is included more than once Link: http://lkml.kernel.org/r/5c45d345.1c69fb81.d90ed.8e05@xxxxxxxxxxxxx Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx> Cc: Ley Foon Tan <lftan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/arch/nios2/mm/fault.c~mm-remove-duplicate-header +++ a/arch/nios2/mm/fault.c @@ -24,7 +24,6 @@ #include <linux/mm.h> #include <linux/extable.h> #include <linux/uaccess.h> -#include <linux/ptrace.h> #include <asm/mmu_context.h> #include <asm/traps.h> _ Patches currently in -mm which might be from sabyasachi.linux@xxxxxxxxx are