summaryrefslogtreecommitdiff
path: root/shared-core/via_drm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2005-07-15 21:22:51 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2005-07-15 21:22:51 +0000
commit567113788c030b367a28ea9253fbf34beef2789e (patch)
tree440552ee7a5cbd7b72b07f41fa5a0d036e349d6a /shared-core/via_drm.h
parent5a5478de7ab4ee2eef0308d8b4ce5c53222cd55e (diff)
VIA: Fix sparse warnings (Alexey Dobriyan)
Diffstat (limited to 'shared-core/via_drm.h')
-rw-r--r--shared-core/via_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/via_drm.h b/shared-core/via_drm.h
index 4588c9bd..be346bb0 100644
--- a/shared-core/via_drm.h
+++ b/shared-core/via_drm.h
@@ -158,7 +158,7 @@ typedef struct _drm_via_dma_init {
} drm_via_dma_init_t;
typedef struct _drm_via_cmdbuffer {
- char *buf;
+ char __user *buf;
unsigned long size;
} drm_via_cmdbuffer_t;