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/radeon_video.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/radeon_video.c')
-rw-r--r-- | src/radeon_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c index 6a27616..3f571f4 100644 --- a/src/radeon_video.c +++ b/src/radeon_video.c @@ -13,7 +13,7 @@ #include "xf86.h" #include "dixstruct.h" -#include "xf86PciInfo.h" +#include "atipciids.h" #include "xf86fbman.h" #include <X11/extensions/Xv.h> |