summaryrefslogtreecommitdiff
path: root/src/panel
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2008-01-14 03:05:48 +0200
committerMartin-Éric Racine <q-funk@iki.fi>2008-01-14 03:05:48 +0200
commitcf5e5d2b37de2504b76d96e1f26a5450550b8320 (patch)
tree399afd78a4244ef975ab09420d00ba225fc7cbaf /src/panel
parent471f96cf85c6db9952ff4443f84a3c8d701927e7 (diff)
Basic OLPC support from Bernardo Innocenti and Jordan Crouse.xf86-video-amd-2.7.7.5
Diffstat (limited to 'src/panel')
-rw-r--r--src/panel/gx2_9211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panel/gx2_9211.c b/src/panel/gx2_9211.c
index 7d46b9c..a60264d 100644
--- a/src/panel/gx2_9211.c
+++ b/src/panel/gx2_9211.c
@@ -193,7 +193,7 @@ set_Redcloud_92xx_mode_params(int mode)
CS92xx_MODE *pMode = &FPModeParams[mode];
unsigned long temp_data = 0;
unsigned long base_data;
- QQ_WORD msrValue;
+ Q_WORD msrValue;
/* on a Redcloud, we need to set up the DF pad select MSR */
if (gfx_msr_read(RC_ID_DF, GX2_VP_MSR_PAD_SELECT, &msrValue) == FOUND) {