summaryrefslogtreecommitdiff
path: root/shared-core/radeon_state.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-04-08 09:45:43 +0000
committerEric Anholt <anholt@freebsd.org>2006-04-08 09:45:43 +0000
commit6cb366b5a83996fc7f4ceb6b4af1a89473407866 (patch)
tree4944ec06a6cdd1c6ac313214ac2f35fb4ef3a968 /shared-core/radeon_state.c
parent299aad03c2148bb3e9efdb29b89e70b712a2e055 (diff)
Compile fixes for FreeBSD.
Diffstat (limited to 'shared-core/radeon_state.c')
-rw-r--r--shared-core/radeon_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/radeon_state.c b/shared-core/radeon_state.c
index f6a66112..478dcef0 100644
--- a/shared-core/radeon_state.c
+++ b/shared-core/radeon_state.c
@@ -2782,7 +2782,7 @@ static int radeon_cp_cmdbuf(DRM_IOCTL_ARGS)
DRM_GET_PRIV_WITH_RETURN(filp_priv, filp);
DRM_COPY_FROM_USER_IOCTL(cmdbuf,
- (drm_radeon_cmd_buffer_t __user *) data,
+ (drm_radeon_kcmd_buffer_t __user *) data,
sizeof(cmdbuf));
RING_SPACE_TEST_WITH_RETURN(dev_priv);