summaryrefslogtreecommitdiff
path: root/src/r128_probe.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-12 06:53:27 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-12 06:53:27 +0000
commit3a290115af41b0ecb94eb201d7e7abb42ebbfec6 (patch)
treec2e5d11c9b4edee2f75c72dbc834fd732dc2dba3 /src/r128_probe.c
parentd6b8f0a5eeb332563ec3ec7082f03be1797d26d8 (diff)
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
Diffstat (limited to 'src/r128_probe.c')
-rw-r--r--src/r128_probe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/r128_probe.c b/src/r128_probe.c
index fa601ac1..ff6f75e1 100644
--- a/src/r128_probe.c
+++ b/src/r128_probe.c
@@ -45,8 +45,7 @@
#include "r128_probe.h"
#include "r128_version.h"
-
-#include "xf86PciInfo.h"
+#include "atipciids.h"
#include "xf86.h"
#include "xf86_ansic.h"