diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-05 14:57:54 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-05 16:28:36 -0600 |
commit | 5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4 (patch) | |
tree | d77bef7dfed7e5a475c0d3c1966602d0cdc6edcb /arch/arm/include/asm/pci.h | |
parent | 5bbe029ff7bc8ff82ef31d3480d68c95642a3c7a (diff) | |
download | linux-5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4.tar.gz linux-5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4.tar.bz2 linux-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/arm/include/asm/pci.h')
-rw-r--r-- | arch/arm/include/asm/pci.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/pci.h b/arch/arm/include/asm/pci.h index a5635444ca41..d7de19a77d51 100644 --- a/arch/arm/include/asm/pci.h +++ b/arch/arm/include/asm/pci.h @@ -3,8 +3,6 @@ #ifdef __KERNEL__ #include <asm-generic/pci-dma-compat.h> -#include <asm-generic/pci-bridge.h> - #include <asm/mach/pci.h> /* for pci_sys_data */ extern unsigned long pcibios_min_io; @@ -41,5 +39,4 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) } #endif /* __KERNEL__ */ - #endif |