summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-02-05 21:57:54 +0100
committerBjorn Helgaas <bhelgaas@google.com>2016-02-05 23:28:36 +0100
commit5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4 (patch)
treed77bef7dfed7e5a475c0d3c1966602d0cdc6edcb /arch/powerpc
parentPCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.h (diff)
downloadlinux-5bd28338d681dcbde2c4bee4ebea0c4e0dfcd9e4.tar.xz
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/powerpc')
-rw-r--r--arch/powerpc/include/asm/pci-bridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pci-bridge.h b/arch/powerpc/include/asm/pci-bridge.h
index 54843ca5fa2b..78968c1ff931 100644
--- a/arch/powerpc/include/asm/pci-bridge.h
+++ b/arch/powerpc/include/asm/pci-bridge.h
@@ -10,7 +10,6 @@
#include <linux/pci.h>
#include <linux/list.h>
#include <linux/ioport.h>
-#include <asm-generic/pci-bridge.h>
struct device_node;