diff options
| -rw-r--r-- | shared-core/xgi_drm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/xgi_drm.h b/shared-core/xgi_drm.h index 6f50d4e1..da2ea8b9 100644 --- a/shared-core/xgi_drm.h +++ b/shared-core/xgi_drm.h @@ -73,7 +73,7 @@ struct xgi_mem_alloc {  	/**  	 * Offset of the allocation in the mapping.  	 */ -	unsigned long offset; +	__u32 offset;  };  enum xgi_batch_type {  | 
