diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 28b4088b2530..9a03d566bf6d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -484,7 +484,6 @@ struct amdgpu_bo_va_mapping { | |||
484 | 484 | ||
485 | /* bo virtual addresses in a specific vm */ | 485 | /* bo virtual addresses in a specific vm */ |
486 | struct amdgpu_bo_va { | 486 | struct amdgpu_bo_va { |
487 | struct mutex mutex; | ||
488 | /* protected by bo being reserved */ | 487 | /* protected by bo being reserved */ |
489 | struct list_head bo_list; | 488 | struct list_head bo_list; |
490 | struct fence *last_pt_update; | 489 | struct fence *last_pt_update; |