summaryrefslogtreecommitdiff
path: root/src/radeon_probe.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-12 06:57:12 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-12 06:57:12 +0000
commite6b79cd194582c5fa48bd3a41b02bd416ea2ae53 (patch)
tree863b37421a1300da84f7e2e8b0af8f299b0d88a1 /src/radeon_probe.c
parent838c061ea0287e00b17b5a5ca21e9e5cb1de52da (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/radeon_probe.c')
-rw-r--r--src/radeon_probe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c
index 5367acee..ddb510e3 100644
--- a/src/radeon_probe.c
+++ b/src/radeon_probe.c
@@ -44,8 +44,7 @@
#include "radeon_probe.h"
#include "radeon_version.h"
-
-#include "xf86PciInfo.h"
+#include "atipciids.h"
#include "xf86.h"
#include "xf86_ansic.h"