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_driver.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_driver.c')
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 22b76975..851e675c 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1,5 +1,5 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v 1.117 2004/02/19 22:38:12 tsi Exp $ */ -/* $XdotOrg: driver/xf86-video-ati/src/radeon_driver.c,v 1.96 2006/03/10 13:00:49 sroland Exp $ */ +/* $XdotOrg: driver/xf86-video-ati/src/radeon_driver.c,v 1.97 2006/03/11 04:19:47 alanc Exp $ */ /* * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and * VA Linux Systems Inc., Fremont, California. @@ -91,7 +91,6 @@ /* X and server generic header files */ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86PciInfo.h" #include "xf86RAC.h" #include "xf86Resources.h" #include "xf86cmap.h" @@ -106,6 +105,7 @@ #define DPMS_SERVER #include <X11/extensions/dpms.h> +#include "atipciids.h" #include "radeon_chipset.h" #ifndef MAX |