Merge tag 'v5.3-rc3' into drm-next-5.4
[linux-2.6-microblaze.git] / drivers / gpu / drm / ttm / ttm_bo.c
index 939b925..2070e8a 100644 (file)
@@ -1742,7 +1742,6 @@ int ttm_bo_device_init(struct ttm_bo_device *bdev,
        mutex_lock(&ttm_global_mutex);
        list_add_tail(&bdev->device_list, &glob->device_list);
        mutex_unlock(&ttm_global_mutex);
-       bdev->vm_ops = &ttm_bo_vm_ops;
 
        return 0;
 out_no_sys: