summaryrefslogtreecommitdiff
path: root/shared-core/mga_drm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-07-25 08:47:38 +0000
committerDave Airlie <airlied@linux.ie>2004-07-25 08:47:38 +0000
commit02df04d71d373f1f779ebfd5d383a704ebb397ee (patch)
tree1e58f7bfc78d0c99dc25981603e9fca0ed9a6859 /shared-core/mga_drm.h
parent1f132b7849c453d3aebd227866f743cbcf7f3881 (diff)
sync up with current 2.6 kernel bk tree - mostly __user annotations
Diffstat (limited to 'shared-core/mga_drm.h')
-rw-r--r--shared-core/mga_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/mga_drm.h b/shared-core/mga_drm.h
index 98988906..521d4451 100644
--- a/shared-core/mga_drm.h
+++ b/shared-core/mga_drm.h
@@ -343,7 +343,7 @@ typedef struct _drm_mga_blit {
typedef struct drm_mga_getparam {
int param;
- void *value;
+ void __user *value;
} drm_mga_getparam_t;
#endif