diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-01-26 03:12:44 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-01-26 03:12:44 -0500 |
commit | 2f92b885457c5cee2098ebbf8c6fe5a5eb98ec48 (patch) | |
tree | cc49bdb98f858f3bad7b47c75bc04fde340ccf46 /src/radeon_output.c | |
parent | 4cbf6189f3a7945a1141b0451e4f7881ceaaadcd (diff) |
Warning fixes
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r-- | src/radeon_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 349acd29..345252d1 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -1679,7 +1679,7 @@ static void RADEONI2CPutBits(I2CBusPtr b, int Clock, int data) } -static Bool +Bool RADEONI2CInit(xf86OutputPtr output, I2CBusPtr *bus_ptr, char *name, Bool dvo) { ScrnInfoPtr pScrn = output->scrn; |