drm/amdgpu: remove vm->mutex
[cascardo/linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu.h
index 50672bb..251b147 100644 (file)
@@ -929,8 +929,6 @@ struct amdgpu_vm_id {
 };
 
 struct amdgpu_vm {
-       struct mutex            mutex;
-
        struct rb_root          va;
 
        /* protecting invalidated */