2018-09-23 08:03:20

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] powerpc: Remove duplicated include from pci_32.c

Remove duplicated include.

Signed-off-by: YueHaibing <[email protected]>
---
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>





2018-09-23 09:06:16

by Stephen Rothwell

[permalink] [raw]
Subject: Re: [PATCH -next] powerpc: Remove duplicated include from pci_32.c

Hi YueHaibing,

On Sun, 23 Sep 2018 08:12:08 +0000 YueHaibing <[email protected]> wrote:
>
> Remove duplicated include.
>
> Signed-off-by: YueHaibing <[email protected]>

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

Reviewed-by: Stephen Rothwell <[email protected]>

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2018-10-04 06:15:35

by Michael Ellerman

[permalink] [raw]
Subject: Re: [-next] powerpc: Remove duplicated include from pci_32.c

On Sun, 2018-09-23 at 08:12:08 UTC, YueHaibing wrote:
> Remove duplicated include.
>
> Signed-off-by: YueHaibing <[email protected]>
> Reviewed-by: Stephen Rothwell <[email protected]>

Applied to powerpc next, thanks.

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

cheers