diff options
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_bo.c')
| -rw-r--r-- | drivers/gpu/drm/ttm/ttm_bo.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index f6518266782..4066e788cff 100644 --- a/drivers/gpu/drm/ttm/ttm_bo.c +++ b/drivers/gpu/drm/ttm/ttm_bo.c @@ -1573,7 +1573,6 @@ int ttm_bo_device_init(struct ttm_bo_device *bdev,  		goto out_no_addr_mm;  	INIT_DELAYED_WORK(&bdev->wq, ttm_bo_delayed_workqueue); -	bdev->nice_mode = true;  	INIT_LIST_HEAD(&bdev->ddestroy);  	bdev->dev_mapping = NULL;  	bdev->glob = glob;  |