arch/nios2/mm/fault.c: remove duplicate include
authorSabyasachi Gupta <[email protected]>
Fri, 8 Mar 2019 00:31:24 +0000 (16:31 -0800)
committerLinus Torvalds <[email protected]>
Fri, 8 Mar 2019 02:32:03 +0000 (18:32 -0800)
Remove linux/ptrace.h which is included more than once

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Sabyasachi Gupta <[email protected]>
Cc: Ley Foon Tan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/nios2/mm/fault.c

index 24fd84cf6006cf2a7ac285152918db0668af69da..eb65f17c158dd3c67f0181c88886b7730bd906f8 100644 (file)
@@ -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>