diff options
-rw-r--r-- | drivers/char/drm/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h index 84e9c18fdbef..4363f6e50c77 100644 --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h | |||
@@ -747,7 +747,7 @@ static __inline__ int drm_core_check_feature(struct drm_device *dev, | |||
747 | #ifdef __alpha__ | 747 | #ifdef __alpha__ |
748 | #define drm_get_pci_domain(dev) dev->hose->bus->number | 748 | #define drm_get_pci_domain(dev) dev->hose->bus->number |
749 | #else | 749 | #else |
750 | #define drm_get_pci_domain(dev) pci_domain_nr(dev->pdev->bus) | 750 | #define drm_get_pci_domain(dev) 0 |
751 | #endif | 751 | #endif |
752 | 752 | ||
753 | #if __OS_HAS_AGP | 753 | #if __OS_HAS_AGP |