diff mbox series

arch:sparc:kernel/uprobes.c : Remove duplicate header

Message ID 1553722125-38957-1-git-send-email-jagdsh.linux@gmail.com
State Accepted
Delegated to: David Miller
Headers show
Series arch:sparc:kernel/uprobes.c : Remove duplicate header | expand

Commit Message

jagdsh.linux@gmail.com March 27, 2019, 9:28 p.m. UTC
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(-)

Comments

Mukesh Ojha March 28, 2019, 6:35 a.m. UTC | #1
On 3/28/2019 2:58 AM, jagdsh.linux@gmail.com wrote:
> From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
>
> Remove duplicate header which is included twice.
>
> Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>

Looks good to me. but did you tested at least the compilation with these 
patches ?

Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

-Mukesh


> ---
>   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.
>    *
David Miller May 8, 2019, 11:58 p.m. UTC | #2
From: jagdsh.linux@gmail.com
Date: Thu, 28 Mar 2019 02:58:45 +0530

> From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
> 
> Remove duplicate header which is included twice.
> 
> Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>

Applied.
diff mbox series

Patch

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.
  *