diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2011-10-29 23:08:46 +0200 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-10-31 08:39:30 -0400 |
commit | d3d6a5da07aaec5961e51c9a8f90c1490ee101b6 (patch) | |
tree | ffc67bee400224253ef11996139d2ac7ace4404a /src/atipciids.h | |
parent | 70da7001e81363ed6ef2c4727c512daf53ae29fe (diff) |
radeon: do not include xf86PciInfo.h
We already use atipciids.h instead most places.
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Diffstat (limited to 'src/atipciids.h')
-rw-r--r-- | src/atipciids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atipciids.h b/src/atipciids.h index 5f66aa0c..04b59600 100644 --- a/src/atipciids.h +++ b/src/atipciids.h @@ -44,6 +44,7 @@ #ifndef PCI_VENDOR_HP #define PCI_VENDOR_HP 0x103c #endif +#define PCI_VENDOR_SONY 0x104D #include "ati_pciids_gen.h" |