linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/powerpc: Remove duplicate headers
@ 2019-03-23 12:50 jagdsh.linux
  2019-03-28  6:45 ` Mukesh Ojha
  2019-04-21 14:18 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: jagdsh.linux @ 2019-03-23 12:50 UTC (permalink / raw)
  To: benh, paulus, mpe, npiggin, hristophe.leroy, arnd, anton,
	paul.burton, mikey, akpm, mwb
  Cc: linuxppc-dev, linux-kernel, Jagadeesh Pagadala

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

Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
---
 arch/powerpc/kernel/time.c       | 1 -
 arch/powerpc/lib/code-patching.c | 1 -
 arch/powerpc/mm/numa.c           | 1 -
 3 files changed, 3 deletions(-)

diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c
index bc0503e..6ef3247 100644
--- a/arch/powerpc/kernel/time.c
+++ b/arch/powerpc/kernel/time.c
@@ -43,7 +43,6 @@
 #include <linux/timex.h>
 #include <linux/kernel_stat.h>
 #include <linux/time.h>
-#include <linux/clockchips.h>
 #include <linux/init.h>
 #include <linux/profile.h>
 #include <linux/cpu.h>
diff --git a/arch/powerpc/lib/code-patching.c b/arch/powerpc/lib/code-patching.c
index 506413a..587ff97 100644
--- a/arch/powerpc/lib/code-patching.c
+++ b/arch/powerpc/lib/code-patching.c
@@ -15,7 +15,6 @@
 #include <linux/cpuhotplug.h>
 #include <linux/slab.h>
 #include <linux/uaccess.h>
-#include <linux/kprobes.h>
 
 #include <asm/pgtable.h>
 #include <asm/tlbflush.h>
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index f976676..f3ee0e1 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -32,7 +32,6 @@
 #include <asm/sparsemem.h>
 #include <asm/prom.h>
 #include <asm/smp.h>
-#include <asm/cputhreads.h>
 #include <asm/topology.h>
 #include <asm/firmware.h>
 #include <asm/paca.h>
-- 
1.8.3.1


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

* Re: [PATCH] arch/powerpc: Remove duplicate headers
  2019-03-23 12:50 [PATCH] arch/powerpc: Remove duplicate headers jagdsh.linux
@ 2019-03-28  6:45 ` Mukesh Ojha
  2019-04-21 14:18 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Mukesh Ojha @ 2019-03-28  6:45 UTC (permalink / raw)
  To: jagdsh.linux, benh, paulus, mpe, npiggin, hristophe.leroy, arnd,
	anton, paul.burton, mikey, akpm, mwb
  Cc: linuxppc-dev, linux-kernel


On 3/23/2019 6:20 PM, jagdsh.linux@gmail.com wrote:
> From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
>
> Remove duplicate headers which are included twice.
>
> Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

-Mukesh
> ---
>   arch/powerpc/kernel/time.c       | 1 -
>   arch/powerpc/lib/code-patching.c | 1 -
>   arch/powerpc/mm/numa.c           | 1 -
>   3 files changed, 3 deletions(-)
>
> diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c
> index bc0503e..6ef3247 100644
> --- a/arch/powerpc/kernel/time.c
> +++ b/arch/powerpc/kernel/time.c
> @@ -43,7 +43,6 @@
>   #include <linux/timex.h>
>   #include <linux/kernel_stat.h>
>   #include <linux/time.h>
> -#include <linux/clockchips.h>
>   #include <linux/init.h>
>   #include <linux/profile.h>
>   #include <linux/cpu.h>
> diff --git a/arch/powerpc/lib/code-patching.c b/arch/powerpc/lib/code-patching.c
> index 506413a..587ff97 100644
> --- a/arch/powerpc/lib/code-patching.c
> +++ b/arch/powerpc/lib/code-patching.c
> @@ -15,7 +15,6 @@
>   #include <linux/cpuhotplug.h>
>   #include <linux/slab.h>
>   #include <linux/uaccess.h>
> -#include <linux/kprobes.h>
>   
>   #include <asm/pgtable.h>
>   #include <asm/tlbflush.h>
> diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
> index f976676..f3ee0e1 100644
> --- a/arch/powerpc/mm/numa.c
> +++ b/arch/powerpc/mm/numa.c
> @@ -32,7 +32,6 @@
>   #include <asm/sparsemem.h>
>   #include <asm/prom.h>
>   #include <asm/smp.h>
> -#include <asm/cputhreads.h>
>   #include <asm/topology.h>
>   #include <asm/firmware.h>
>   #include <asm/paca.h>

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

* Re: arch/powerpc: Remove duplicate headers
  2019-03-23 12:50 [PATCH] arch/powerpc: Remove duplicate headers jagdsh.linux
  2019-03-28  6:45 ` Mukesh Ojha
@ 2019-04-21 14:18 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2019-04-21 14:18 UTC (permalink / raw)
  To: jagdsh.linux, benh, paulus, npiggin, hristophe.leroy, arnd,
	anton, paul.burton, mikey, akpm, mwb
  Cc: Jagadeesh Pagadala, linuxppc-dev, linux-kernel

On Sat, 2019-03-23 at 12:50:55 UTC, jagdsh.linux@gmail.com wrote:
> From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
> 
> Remove duplicate headers which are included twice.
> 
> Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/6917735e8f905da1f62ccdf62830b185

cheers

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

end of thread, other threads:[~2019-04-21 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-23 12:50 [PATCH] arch/powerpc: Remove duplicate headers jagdsh.linux
2019-03-28  6:45 ` Mukesh Ojha
2019-04-21 14:18 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).