Fix Alpha domain/bus issue

main
Jay Estabrook 2007-02-27 08:55:08 +00:00 committed by Alan Hourihane
parent 80468e7532
commit 6a51da7325
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ static __inline__ int drm_core_check_feature(struct drm_device *dev,
}
#ifdef __alpha__
#define drm_get_pci_domain(dev) dev->hose->bus->number
#define drm_get_pci_domain(dev) dev->hose->index
#else
#define drm_get_pci_domain(dev) 0
#endif