All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm: Remove duplicate header
@ 2019-01-21 14:12 Sabyasachi Gupta
  0 siblings, 0 replies; only message in thread
From: Sabyasachi Gupta @ 2019-01-21 14:12 UTC (permalink / raw)
  To: lftan, akpm; +Cc: jrdr.linux, nios2-dev, linux-kernel, brajeswar.linux

Remove linux/ptrace.h which is included more than once

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 arch/nios2/mm/fault.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/nios2/mm/fault.c b/arch/nios2/mm/fault.c
index 24fd84c..eb65f17 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>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-21 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21 14:12 [PATCH] mm: Remove duplicate header Sabyasachi Gupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.