mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arch:sparc:kernel/uprobes.c : Remove duplicate header
@ 2019-03-27 21:28 jagdsh.linux
  2019-03-28  6:35 ` Mukesh Ojha
  2019-05-08 23:58 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: jagdsh.linux @ 2019-03-27 21:28 UTC (permalink / raw)
  To: davem, paul.burton; +Cc: sparclinux, linux-kernel, Jagadeesh Pagadala

From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>

Remove duplicate header which is included twice.

Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
---
 arch/sparc/kernel/uprobes.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/sparc/kernel/uprobes.c b/arch/sparc/kernel/uprobes.c
index d852ae5..c44bf5b 100644
--- a/arch/sparc/kernel/uprobes.c
+++ b/arch/sparc/kernel/uprobes.c
@@ -29,7 +29,6 @@
 #include <linux/kdebug.h>
 
 #include <asm/cacheflush.h>
-#include <linux/uaccess.h>
 
 /* Compute the address of the breakpoint instruction and return it.
  *
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-08 23:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 21:28 [PATCH] arch:sparc:kernel/uprobes.c : Remove duplicate header jagdsh.linux
2019-03-28  6:35 ` Mukesh Ojha
2019-05-08 23:58 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome