summaryrefslogtreecommitdiff
path: root/src/radeon_vip.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/radeon_vip.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/radeon_vip.c')
-rw-r--r--src/radeon_vip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_vip.c b/src/radeon_vip.c
index cc4b635e..b61adfe0 100644
--- a/src/radeon_vip.c
+++ b/src/radeon_vip.c
@@ -10,7 +10,7 @@
#include "radeon_video.h"
#include "xf86.h"
-#include "xf86PciInfo.h"
+#include "atipciids.h"
#include "generic_bus.h"
#include "theatre_reg.h"