diff options
Diffstat (limited to 'src/intel.h')
-rw-r--r-- | src/intel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel.h b/src/intel.h index fe27011a..0b57aafa 100644 --- a/src/intel.h +++ b/src/intel.h @@ -212,7 +212,7 @@ typedef struct intel_screen_private { int Chipset; EntityInfoPtr pEnt; struct pci_device *PciInfo; - struct intel_chipset chipset; + const struct intel_device_info *info; unsigned int BR[20]; |