diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-28 15:22:40 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-28 15:22:40 +1000 |
commit | 4ecaa548a996475fbb4c6403698b2ecaf35e9d6b (patch) | |
tree | 83300532a92ba4213d4a14a5621090fa1375380c /src/alp_driver.c | |
parent | 2765aba56fe66038ab7de554474b8d30995f3ef0 (diff) |
cirrus: change to using ABI version check
Diffstat (limited to 'src/alp_driver.c')
-rw-r--r-- | src/alp_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c index c5c531d..fe81757 100644 --- a/src/alp_driver.c +++ b/src/alp_driver.c @@ -36,7 +36,7 @@ /* This driver needs to be modified to not use vgaHW for multihead operation */ #include "vgaHW.h" -#ifndef XSERVER_LIBPCIACCESS +#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 #include "xf86RAC.h" #include "xf86Resources.h" #endif |