From 3a290115af41b0ecb94eb201d7e7abb42ebbfec6 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 12 Mar 2006 06:53:27 +0000 Subject: Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we need in atipciids.h so we can update the ATI driver independently of the server when new chips are added --- src/r128_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/r128_driver.c') diff --git a/src/r128_driver.c b/src/r128_driver.c index 58b82a64..c4fc27d0 100644 --- a/src/r128_driver.c +++ b/src/r128_driver.c @@ -85,7 +85,6 @@ /* X and server generic header files */ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86PciInfo.h" #include "xf86RAC.h" #include "xf86Resources.h" #include "xf86cmap.h" @@ -103,6 +102,7 @@ #define DPMS_SERVER #include +#include "atipciids.h" #include "r128_chipset.h" #ifndef MAX -- cgit v1.2.3