diff options
author | Sabyasachi Gupta <[email protected]> | 2019-03-07 16:31:24 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-03-07 18:32:03 -0800 |
commit | 9587d19924fac141c9aa8e726b45adbd360187d9 (patch) | |
tree | 21d09067e0a2c21a36ec6aff5b062adaeaf0a2d4 | |
parent | 1476ea250cf0ef2ca2b780f3855be677e7c5695d (diff) |
arch/nios2/mm/fault.c: remove duplicate include
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]>
-rw-r--r-- | arch/nios2/mm/fault.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/mm/fault.c b/arch/nios2/mm/fault.c index 24fd84cf6006..eb65f17c158d 100644 --- a/arch/nios2/mm/fault.c +++ b/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> |