projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92fab77
)
arch:sparc:kernel/uprobes.c : Remove duplicate header
author
Jagadeesh Pagadala
<jagdsh.linux@gmail.com>
Wed, 27 Mar 2019 21:28:45 +0000
(
02:58
+0530)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 May 2019 23:57:44 +0000
(16:57 -0700)
Remove duplicate header which is included twice.
Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/uprobes.c
patch
|
blob
|
history
diff --git
a/arch/sparc/kernel/uprobes.c
b/arch/sparc/kernel/uprobes.c
index
d852ae5
..
c44bf5b
100644
(file)
--- 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.
*