use a uint64_t for this not a pointer
authorDave Airlie <airlied@ppcg5.localdomain>
Mon, 6 Nov 2006 00:41:51 +0000 (11:41 +1100)
committerDave Airlie <airlied@ppcg5.localdomain>
Mon, 6 Nov 2006 00:41:51 +0000 (11:41 +1100)
shared-core/nouveau_drm.h

index 865dbe9..2517bbc 100644 (file)
@@ -74,7 +74,7 @@ typedef struct drm_nouveau_mem_alloc {
        int flags;
        int alignment;
        uint64_t size;  // in bytes
-       uint64_t __user *region_offset;
+       uint64_t region_offset;
 }
 drm_nouveau_mem_alloc_t;