aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
index 12d21eec4568..2a8898d19c8b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
@@ -129,7 +129,7 @@ struct amdgpu_vm_bo_base {
129 struct amdgpu_bo *bo; 129 struct amdgpu_bo *bo;
130 130
131 /* protected by bo being reserved */ 131 /* protected by bo being reserved */
132 struct list_head bo_list; 132 struct amdgpu_vm_bo_base *next;
133 133
134 /* protected by spinlock */ 134 /* protected by spinlock */
135 struct list_head vm_status; 135 struct list_head vm_status;