diff options
author | Nian Wu <nian.wu@intel.com> | 2007-02-28 09:00:12 -0500 |
---|---|---|
committer | Nian Wu <nian@tinderbox.sh.intel.com> | 2007-02-28 09:00:12 -0500 |
commit | 0bbbb46650667c84a50f1a675a7a910d6ef7df4b (patch) | |
tree | de28ec302a1eaaba118acd7d593ac49c3ceae25e /linux-core | |
parent | 7c3aeafe756f823e2cd6352ed1788aeec0000b95 (diff) | |
parent | 6a51da7325163151678c27dcbf51595092773d7a (diff) |
Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 9b5f5bdd..2285bc02 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -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 |