mach64: change to using ABI version check

This commit is contained in:
Dave Airlie
2009-07-28 15:22:40 +10:00
parent 64960253ea
commit 4f08e83e50
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
#include "atixv.h"
#include "vbe.h"
#ifndef XSERVER_LIBPCIACCESS
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86RAC.h"
#endif

View File

@@ -59,7 +59,7 @@
#endif
#include "xf86Cursor.h"
#include "xf86Pci.h"
#ifndef XSERVER_LIBPCIACCESS
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86Resources.h"
#endif