diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-12 06:53:27 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-12 06:53:27 +0000 |
commit | 3a290115af41b0ecb94eb201d7e7abb42ebbfec6 (patch) | |
tree | c2e5d11c9b4edee2f75c72dbc834fd732dc2dba3 /src/r128_dri.c | |
parent | d6b8f0a5eeb332563ec3ec7082f03be1797d26d8 (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_dri.c')
-rw-r--r-- | src/r128_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_dri.c b/src/r128_dri.c index 14b60664..c516bec9 100644 --- a/src/r128_dri.c +++ b/src/r128_dri.c @@ -52,7 +52,7 @@ /* X and server generic header files */ #include "xf86.h" #include "windowstr.h" -#include "xf86PciInfo.h" +#include "atipciids.h" #include "shadowfb.h" /* GLX/DRI/DRM definitions */ |