diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2011-11-08 11:23:11 +0100 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2011-11-08 11:23:11 +0100 |
commit | 89452c08048c98fb5cc3dc551b3824be40d52cf2 (patch) | |
tree | 0a758eb7d92d0948e45e9f9c689d3113999d1082 /src/radeon.h | |
parent | 5ec34ed95948f7164184551615c1fc4c3eef3b98 (diff) |
UMS: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESS (bug #42690)
Should fix https://bugs.freedesktop.org/show_bug.cgi?id=42690 .
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index da95f8bf..34f6f53e 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -792,7 +792,9 @@ struct radeon_accel_state { typedef struct { EntityInfoPtr pEnt; pciVideoPtr PciInfo; +#ifndef XSERVER_LIBPCIACCESS PCITAG PciTag; +#endif int Chipset; RADEONChipFamily ChipFamily; RADEONErrata ChipErrata; |