All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] powerpc: Remove duplicated include from pci_32.c
@ 2018-09-23  8:12 ` YueHaibing
  0 siblings, 0 replies; 7+ messages in thread
From: YueHaibing @ 2018-09-23  8:12 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	Al Viro, Paul Burton, Sinan Kaya, Mathieu Malaterre,
	Andrew Morton, Stephen Rothwell, Mike Rapoport, Christophe Leroy
  Cc: YueHaibing, linuxppc-dev, linux-kernel, kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 arch/powerpc/kernel/pci_32.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c
index d63be12..274bd14 100644
--- a/arch/powerpc/kernel/pci_32.c
+++ b/arch/powerpc/kernel/pci_32.c
@@ -17,7 +17,6 @@
 #include <linux/of.h>
 #include <linux/slab.h>
 #include <linux/export.h>
-#include <linux/syscalls.h>
 
 #include <asm/processor.h>
 #include <asm/io.h>




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

* [PATCH -next] powerpc: Remove duplicated include from pci_32.c
@ 2018-09-23  8:12 ` YueHaibing
  0 siblings, 0 replies; 7+ messages in thread
From: YueHaibing @ 2018-09-23  8:12 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	Al Viro, Paul Burton, Sinan Kaya, Mathieu Malaterre,
	Andrew Morton, Stephen Rothwell, Mike Rapoport, Christophe Leroy
  Cc: YueHaibing, linuxppc-dev, linux-kernel, kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 arch/powerpc/kernel/pci_32.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c
index d63be12..274bd14 100644
--- a/arch/powerpc/kernel/pci_32.c
+++ b/arch/powerpc/kernel/pci_32.c
@@ -17,7 +17,6 @@
 #include <linux/of.h>
 #include <linux/slab.h>
 #include <linux/export.h>
-#include <linux/syscalls.h>
 
 #include <asm/processor.h>
 #include <asm/io.h>

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

* Re: [PATCH -next] powerpc: Remove duplicated include from pci_32.c
  2018-09-23  8:12 ` YueHaibing
@ 2018-09-23  9:05   ` Stephen Rothwell
  -1 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2018-09-23  9:05 UTC (permalink / raw)
  To: YueHaibing
  Cc: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	Al Viro, Paul Burton, Sinan Kaya, Mathieu Malaterre,
	Andrew Morton, Mike Rapoport, Christophe Leroy, linuxppc-dev,
	linux-kernel, kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

Hi YueHaibing,

On Sun, 23 Sep 2018 08:12:08 +0000 YueHaibing <yuehaibing@huawei.com> wrote:
>
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Good catch.  It was added by 2 separate commits in v4.18-rc1.

Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au>

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH -next] powerpc: Remove duplicated include from pci_32.c
@ 2018-09-23  9:05   ` Stephen Rothwell
  0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2018-09-23  9:05 UTC (permalink / raw)
  To: YueHaibing
  Cc: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	Al Viro, Paul Burton, Sinan Kaya, Mathieu Malaterre,
	Andrew Morton, Mike Rapoport, Christophe Leroy, linuxppc-dev,
	linux-kernel, kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

Hi YueHaibing,

On Sun, 23 Sep 2018 08:12:08 +0000 YueHaibing <yuehaibing@huawei.com> wrote:
>
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Good catch.  It was added by 2 separate commits in v4.18-rc1.

Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au>

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [-next] powerpc: Remove duplicated include from pci_32.c
  2018-09-23  8:12 ` YueHaibing
  (?)
@ 2018-10-04  6:14   ` Michael Ellerman
  -1 siblings, 0 replies; 7+ messages in thread
From: Michael Ellerman @ 2018-10-04  6:14 UTC (permalink / raw)
  To: YueHaibing, Benjamin Herrenschmidt, Paul Mackerras, Al Viro,
	Paul Burton, Sinan Kaya, Mathieu Malaterre, Andrew Morton,
	Stephen Rothwell, Mike Rapoport, Christophe Leroy
  Cc: linuxppc-dev, kernel-janitors, YueHaibing, linux-kernel

On Sun, 2018-09-23 at 08:12:08 UTC, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/01b9870ea614518d48b6d2c787284b

cheers

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

* Re: [-next] powerpc: Remove duplicated include from pci_32.c
@ 2018-10-04  6:14   ` Michael Ellerman
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Ellerman @ 2018-10-04  6:14 UTC (permalink / raw)
  To: YueHaibing, Benjamin Herrenschmidt, Paul Mackerras, Al Viro,
	Paul Burton, Sinan Kaya, Mathieu Malaterre, Andrew Morton,
	Stephen Rothwell, Mike Rapoport, Christophe Leroy
  Cc: kernel-janitors, linuxppc-dev, linux-kernel

On Sun, 2018-09-23 at 08:12:08 UTC, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/01b9870ea614518d48b6d2c787284b

cheers

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

* Re: [-next] powerpc: Remove duplicated include from pci_32.c
@ 2018-10-04  6:14   ` Michael Ellerman
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Ellerman @ 2018-10-04  6:14 UTC (permalink / raw)
  To: YueHaibing, Benjamin Herrenschmidt, Paul Mackerras, Al Viro,
	Paul Burton, Sinan Kaya, Mathieu Malaterre, Andrew Morton,
	Stephen Rothwell, Mike Rapoport, Christophe Leroy
  Cc: kernel-janitors, YueHaibing, linuxppc-dev, linux-kernel

On Sun, 2018-09-23 at 08:12:08 UTC, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/01b9870ea614518d48b6d2c787284b

cheers

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

end of thread, other threads:[~2018-10-04  6:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-23  8:12 [PATCH -next] powerpc: Remove duplicated include from pci_32.c YueHaibing
2018-09-23  8:12 ` YueHaibing
2018-09-23  9:05 ` Stephen Rothwell
2018-09-23  9:05   ` Stephen Rothwell
2018-10-04  6:14 ` [-next] " Michael Ellerman
2018-10-04  6:14   ` Michael Ellerman
2018-10-04  6:14   ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.