PCI: Remove includes of asm/pci-bridge.h
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Feb 2016 20:58:12 +0000 (14:58 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Feb 2016 22:29:28 +0000 (16:29 -0600)
commit952bbcb0781bd1341f6a9f5c96fc32737392c04a
treea83655d86bf160aa40a0cedfac4e60c86a7a7080
parentb6b83f7fdae7cae5260b907510619a47bd29cd70
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>
18 files changed:
drivers/ata/pata_macio.c
drivers/char/agp/uninorth-agp.c
drivers/gpu/drm/radeon/radeon_combios.c
drivers/ide/pdc202xx_new.c
drivers/ide/pmac.c
drivers/macintosh/macio_asic.c
drivers/misc/cxl/pci.c
drivers/net/ethernet/sun/sungem.c
drivers/net/ethernet/toshiba/spider_net.c
drivers/scsi/mac53c94.c
drivers/scsi/mesh.c
drivers/usb/core/hcd-pci.c
drivers/video/fbdev/aty/aty128fb.c
drivers/video/fbdev/aty/radeon_base.c
drivers/video/fbdev/imsttfb.c
drivers/video/fbdev/matrox/matroxfb_base.h
drivers/video/fbdev/offb.c
sound/ppc/pmac.c
This page took 0.041279 seconds and 5 git commands to generate.