aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'amdgpu/amdgpu_internal.h')
-rw-r--r--amdgpu/amdgpu_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amdgpu/amdgpu_internal.h b/amdgpu/amdgpu_internal.h
index 4f039b68..7e237ac1 100644
--- a/amdgpu/amdgpu_internal.h
+++ b/amdgpu/amdgpu_internal.h
@@ -87,7 +87,7 @@ struct amdgpu_device {
87 /** The global VA manager for the whole virtual address space */ 87 /** The global VA manager for the whole virtual address space */
88 struct amdgpu_bo_va_mgr *vamgr; 88 struct amdgpu_bo_va_mgr *vamgr;
89 /** The VA manager for the 32bit address space */ 89 /** The VA manager for the 32bit address space */
90 struct amdgpu_bo_va_mgr *vamgr_32; 90 struct amdgpu_bo_va_mgr vamgr_32;
91}; 91};
92 92
93struct amdgpu_bo { 93struct amdgpu_bo {