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 85d99e21e188..09705da8cdd7 100644 --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h | |||
@@ -764,7 +764,7 @@ static __inline__ int drm_core_check_feature(struct drm_device *dev, | |||
764 | } | 764 | } |
765 | 765 | ||
766 | #ifdef __alpha__ | 766 | #ifdef __alpha__ |
767 | #define drm_get_pci_domain(dev) dev->hose->bus->number | 767 | #define drm_get_pci_domain(dev) dev->hose->index |
768 | #else | 768 | #else |
769 | #define drm_get_pci_domain(dev) 0 | 769 | #define drm_get_pci_domain(dev) 0 |
770 | #endif | 770 | #endif |