summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/mach64/mach64_screen.c')
-rw-r--r--src/mesa/drivers/dri/mach64/mach64_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_screen.c b/src/mesa/drivers/dri/mach64/mach64_screen.c
index 46f40c1c67..cd59cba8b6 100644
--- a/src/mesa/drivers/dri/mach64/mach64_screen.c
+++ b/src/mesa/drivers/dri/mach64/mach64_screen.c
@@ -230,7 +230,7 @@ mach64CreateScreen( __DRIscreenPrivate *sPriv )
mach64Screen->IsPCI = serverInfo->IsPCI;
{
- drmMach64GetParam gp;
+ drm_mach64_getparam_t gp;
int ret;
gp.param = MACH64_PARAM_IRQ_NR;