diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-28 15:22:41 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-28 15:22:41 +1000 |
commit | d519ef9adca6e60bbafbc5649f1bafef43cebb4e (patch) | |
tree | 37ee91648e98b36c70ada07ab910f59616689b7a /src/r128_driver.c | |
parent | e3568b4e5d404076c0f02c1b64af35c8e6d5745f (diff) |
r128: change to using ABI version check
Diffstat (limited to 'src/r128_driver.c')
-rw-r--r-- | src/r128_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_driver.c b/src/r128_driver.c index a4a5cea..d6448b6 100644 --- a/src/r128_driver.c +++ b/src/r128_driver.c @@ -87,7 +87,7 @@ #include "xf86.h" #include "xf86_OSproc.h" #include "xf86PciInfo.h" -#ifndef XSERVER_LIBPCIACCESS +#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 #include "xf86RAC.h" #include "xf86Resources.h" #endif |