diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-01-04 18:19:54 -0500 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-01-04 18:19:54 -0500 |
commit | 03d2f25801c8a8ec15030f06008df112d07c1a2d (patch) | |
tree | b1a6a20f715599129bafc81fff7a853c9c1c70de /src/radeon_atombios.c | |
parent | 308848783ed9ae27aed7c7de6ee813d375ef495e (diff) |
RADEON: fix compile
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r-- | src/radeon_atombios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index 8b31a33c..bff164d7 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -1725,7 +1725,6 @@ RADEONGetATOMConnectorInfoFromBIOSConnectorTable (ScrnInfoPtr pScrn) else info->BiosConnector[i].ddc_line = RADEONLookupGPIOLineForDDC(pScrn, ci.sucI2cId.sbfAccess.bfI2C_LineMux); - } if (i == ATOM_DEVICE_DFP1_INDEX) info->BiosConnector[i].TMDSType = TMDS_INT; |