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/mips/include | |
parent | 5bbe029ff7bc8ff82ef31d3480d68c95642a3c7a (diff) | |
download | linux-5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4.tar.bz2 |
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/mips/include')
-rw-r--r-- | arch/mips/include/asm/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/pci.h b/arch/mips/include/asm/pci.h index 98c31e5d9579..108d19376bb1 100644 --- a/arch/mips/include/asm/pci.h +++ b/arch/mips/include/asm/pci.h @@ -102,7 +102,6 @@ static inline void pci_resource_to_user(const struct pci_dev *dev, int bar, #include <linux/scatterlist.h> #include <linux/string.h> #include <asm/io.h> -#include <asm-generic/pci-bridge.h> struct pci_dev; |