diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-05 14:58:12 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-05 16:29:28 -0600 |
commit | 952bbcb0781bd1341f6a9f5c96fc32737392c04a (patch) | |
tree | a83655d86bf160aa40a0cedfac4e60c86a7a7080 /drivers/misc/cxl | |
parent | b6b83f7fdae7cae5260b907510619a47bd29cd70 (diff) | |
download | linux-stable-952bbcb0781bd1341f6a9f5c96fc32737392c04a.tar.gz linux-stable-952bbcb0781bd1341f6a9f5c96fc32737392c04a.tar.bz2 linux-stable-952bbcb0781bd1341f6a9f5c96fc32737392c04a.zip |
PCI: Remove includes of asm/pci-bridge.h
Drivers should include asm/pci-bridge.h only when they need the arch-
specific things provided there. Outside of the arch/ directories, the only
drivers that actually need things provided by asm/pci-bridge.h are the
powerpc RPA hotplug drivers in drivers/pci/hotplug/rpa*.
Remove the includes of asm/pci-bridge.h from the other drivers, adding an
include of linux/pci.h if necessary.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/misc/cxl')
-rw-r--r-- | drivers/misc/cxl/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c index 4c1903f781fc..a21403238a4a 100644 --- a/drivers/misc/cxl/pci.c +++ b/drivers/misc/cxl/pci.c @@ -19,7 +19,6 @@ #include <linux/delay.h> #include <asm/opal.h> #include <asm/msi_bitmap.h> -#include <asm/pci-bridge.h> /* for struct pci_controller */ #include <asm/pnv-pci.h> #include <asm/io.h> |