summaryrefslogtreecommitdiff
path: root/src/radeon_output.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-01-26 03:12:44 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-01-26 03:12:44 -0500
commit2f92b885457c5cee2098ebbf8c6fe5a5eb98ec48 (patch)
treecc49bdb98f858f3bad7b47c75bc04fde340ccf46 /src/radeon_output.c
parent4cbf6189f3a7945a1141b0451e4f7881ceaaadcd (diff)
Warning fixes
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r--src/radeon_output.c2
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;