summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/pci.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-02-05 14:58:02 -0600
committerBjorn Helgaas <bhelgaas@google.com>2016-02-05 16:29:12 -0600
commit234234c2e12e1b302beefbd11e9c5b26f9234cb1 (patch)
treebdfbacd2bb8001f03f20d5428bb6e4070073dbf0 /arch/arm64/kernel/pci.c
parent5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4 (diff)
downloadlinux-234234c2e12e1b302beefbd11e9c5b26f9234cb1.tar.bz2
ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h
arm64 generates asm/pci-bridge.h, which merely includes the now-empty asm-generic/pci-bridge.h. Stop generating asm/pci-bridge.h, and stop including it. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/kernel/pci.c')
-rw-r--r--arch/arm64/kernel/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/kernel/pci.c b/arch/arm64/kernel/pci.c
index b3d098bd34aa..c72de668e1d4 100644
--- a/arch/arm64/kernel/pci.c
+++ b/arch/arm64/kernel/pci.c
@@ -19,8 +19,6 @@
#include <linux/of_platform.h>
#include <linux/slab.h>
-#include <asm/pci-bridge.h>
-
/*
* Called after each bus is probed, but before its children are examined
*/