summaryrefslogtreecommitdiff
path: root/src/radeon_mm_i2c.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_mm_i2c.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_mm_i2c.c')
-rw-r--r--src/radeon_mm_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_mm_i2c.c b/src/radeon_mm_i2c.c
index 9692004b..f95bcf50 100644
--- a/src/radeon_mm_i2c.c
+++ b/src/radeon_mm_i2c.c
@@ -8,9 +8,9 @@
#include "radeon_probe.h"
#include <X11/extensions/Xv.h>
#include "radeon_video.h"
+#include "atipciids.h"
#include "xf86.h"
-#include "xf86PciInfo.h"
/* i2c stuff */
#include "xf86i2c.h"