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

* Re: [PATCH] arch:sparc:kernel/uprobes.c : Remove duplicate header
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Mukesh Ojha @ 2019-03-28  6:35 UTC (permalink / raw)
  To: jagdsh.linux, davem, paul.burton; +Cc: sparclinux, linux-kernel


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

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

* Re: [PATCH] arch:sparc:kernel/uprobes.c : Remove duplicate header
  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
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-05-08 23:58 UTC (permalink / raw)
  To: jagdsh.linux; +Cc: paul.burton, sparclinux, linux-kernel

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.

^ 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