diff options
Diffstat (limited to 'driver/xf86-video-radeonhd/src/rhd_connector.c')
-rw-r--r-- | driver/xf86-video-radeonhd/src/rhd_connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-radeonhd/src/rhd_connector.c b/driver/xf86-video-radeonhd/src/rhd_connector.c index 27ecdafbf..45f1fe654 100644 --- a/driver/xf86-video-radeonhd/src/rhd_connector.c +++ b/driver/xf86-video-radeonhd/src/rhd_connector.c @@ -231,7 +231,7 @@ RHDConnectorsInit(RHDPtr rhdPtr, struct rhdCard *Card) data.chipset = rhdPtr->ChipSet; result = RHDAtomBiosFunc(rhdPtr->scrnIndex, rhdPtr->atomBIOS, - ATOMBIOS_GET_CONNECTORS, &data); + ATOM_GET_CONNECTORS, &data); if (result == ATOM_SUCCESS) { ConnectorInfo = data.ConnectorInfo; InfoAllocated = TRUE; |