summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_32.c
diff options
context:
space:
mode:
authorYueHaibing2018-09-23 10:12:08 +0200
committerMichael Ellerman2018-10-03 07:40:06 +0200
commit01b9870ea614518d48b6d2c787284b3a7d181a7c (patch)
treecfd5752224346de676cac0409f4a5471587ff125 /arch/powerpc/kernel/pci_32.c
parentpowerpc/64s: consolidate MCE counter increment. (diff)
downloadkernel-qcow2-linux-01b9870ea614518d48b6d2c787284b3a7d181a7c.tar.gz
kernel-qcow2-linux-01b9870ea614518d48b6d2c787284b3a7d181a7c.tar.xz
kernel-qcow2-linux-01b9870ea614518d48b6d2c787284b3a7d181a7c.zip
powerpc: Remove duplicated include from pci_32.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/pci_32.c')
-rw-r--r--arch/powerpc/kernel/pci_32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c
index d63b488d34d7..4da8ed576229 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>