diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-28 13:32:28 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-28 13:41:14 +1000 |
commit | 21a621c297ac71c65c239ea960c38706e718b91c (patch) | |
tree | 5349d0edefcf16f68eaf627de008c29205e4365b /src/radeon_probe.c | |
parent | 5ad2519c2a7c0df389b2cd7cf7151c7e4b7252a8 (diff) |
ati: update for resources/RAC API removal
Diffstat (limited to 'src/radeon_probe.c')
-rw-r--r-- | src/radeon_probe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c index 78dee855..d9f92fa1 100644 --- a/src/radeon_probe.c +++ b/src/radeon_probe.c @@ -45,7 +45,9 @@ #include "atipcirename.h" #include "xf86.h" +#ifndef XSERVER_LIBPCIACCESS #include "xf86Resources.h" +#endif #ifdef XF86DRM_MODE #include "xf86drmMode.h" @@ -56,6 +58,7 @@ #include "radeon_pci_chipset_gen.h" + #ifdef XSERVER_LIBPCIACCESS #include "radeon_pci_device_match_gen.h" #endif |