diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-05 15:58:12 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-05 17:29:28 -0500 |
commit | 952bbcb0781bd1341f6a9f5c96fc32737392c04a (patch) | |
tree | a83655d86bf160aa40a0cedfac4e60c86a7a7080 /drivers/gpu | |
parent | b6b83f7fdae7cae5260b907510619a47bd29cd70 (diff) |
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/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_combios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c index a9b01bcf7d0a..432480ff9d22 100644 --- a/drivers/gpu/drm/radeon/radeon_combios.c +++ b/drivers/gpu/drm/radeon/radeon_combios.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <asm/machdep.h> | 34 | #include <asm/machdep.h> |
35 | #include <asm/pmac_feature.h> | 35 | #include <asm/pmac_feature.h> |
36 | #include <asm/prom.h> | 36 | #include <asm/prom.h> |
37 | #include <asm/pci-bridge.h> | ||
38 | #endif /* CONFIG_PPC_PMAC */ | 37 | #endif /* CONFIG_PPC_PMAC */ |
39 | 38 | ||
40 | /* from radeon_legacy_encoder.c */ | 39 | /* from radeon_legacy_encoder.c */ |