aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/common.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-02-05 14:57:54 -0600
committerBjorn Helgaas <bhelgaas@google.com>2016-02-05 16:28:36 -0600
commit5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4 (patch)
treed77bef7dfed7e5a475c0d3c1966602d0cdc6edcb /arch/x86/pci/common.c
parentPCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.h (diff)
downloadlinux-dev-5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4.tar.xz
linux-dev-5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4.zip
PCI: Remove includes of empty asm-generic/pci-bridge.h
include/asm-generic/pci-bridge.h is now empty, so remove every #include of it. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Will Deacon <will.deacon@arm.com> (arm64)
Diffstat (limited to 'arch/x86/pci/common.c')
-rw-r--r--arch/x86/pci/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c
index 2879efc73a96..b4a9f23d77d9 100644
--- a/arch/x86/pci/common.c
+++ b/arch/x86/pci/common.c
@@ -12,7 +12,6 @@
#include <linux/dmi.h>
#include <linux/slab.h>
-#include <asm-generic/pci-bridge.h>
#include <asm/acpi.h>
#include <asm/segment.h>
#include <asm/io.h>