[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1537690328-77353-1-git-send-email-yuehaibing@huawei.com>
Date: Sun, 23 Sep 2018 08:12:08 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
Michael Ellerman <mpe@...erman.id.au>,
Al Viro <viro@...iv.linux.org.uk>,
Paul Burton <paul.burton@...s.com>,
Sinan Kaya <okaya@...eaurora.org>,
Mathieu Malaterre <malat@...ian.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
"Mike Rapoport" <rppt@...ux.vnet.ibm.com>,
Christophe Leroy <christophe.leroy@....fr>
CC: YueHaibing <yuehaibing@...wei.com>,
<linuxppc-dev@...ts.ozlabs.org>, <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>
Subject: [PATCH -next] powerpc: Remove duplicated include from pci_32.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@...wei.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>
Powered by blists - more mailing lists