From: Christian König Date: Thu, 22 Feb 2018 11:12:41 +0000 (+0100) Subject: drm/bochs: remove the default ttm_tt_populate callbacks X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=95bbb6d35d0b182968d7ce803a0cdc27e6e5fcb5;p=linux.git drm/bochs: remove the default ttm_tt_populate callbacks TTM calls the default implementation now. Signed-off-by: Christian König Reviewed-by: Michel Dänzer Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/bochs/bochs_mm.c b/drivers/gpu/drm/bochs/bochs_mm.c index 704e879711e4f..5525b6660340a 100644 --- a/drivers/gpu/drm/bochs/bochs_mm.c +++ b/drivers/gpu/drm/bochs/bochs_mm.c @@ -196,8 +196,6 @@ static struct ttm_tt *bochs_ttm_tt_create(struct ttm_bo_device *bdev, struct ttm_bo_driver bochs_bo_driver = { .ttm_tt_create = bochs_ttm_tt_create, - .ttm_tt_populate = ttm_pool_populate, - .ttm_tt_unpopulate = ttm_pool_unpopulate, .init_mem_type = bochs_bo_init_mem_type, .eviction_valuable = ttm_bo_eviction_valuable, .evict_flags = bochs_bo_evict_flags,