projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1476ea2
)
arch/nios2/mm/fault.c: remove duplicate include
author
Sabyasachi Gupta
<
[email protected]
>
Fri, 8 Mar 2019 00:31:24 +0000
(16:31 -0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/arch/nios2/mm/fault.c
b/arch/nios2/mm/fault.c
index 24fd84cf6006cf2a7ac285152918db0668af69da..eb65f17c158dd3c67f0181c88886b7730bd906f8 100644
(file)
--- 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>