From: Tan Xiaojun Date: Mon, 25 Dec 2017 03:43:26 +0000 (+0800) Subject: drm/cirrus: remove the default io_mem_pfn set X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=41f6954abe21546fd537b539280759f96a41e250;p=linux.git drm/cirrus: remove the default io_mem_pfn set The default interface situation has been taken into the framework, so remove the default set of each module. Signed-off-by: Tan Xiaojun Reviewed-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/cirrus/cirrus_ttm.c b/drivers/gpu/drm/cirrus/cirrus_ttm.c index 2a5b54d3a03ae..5a08224edf417 100644 --- a/drivers/gpu/drm/cirrus/cirrus_ttm.c +++ b/drivers/gpu/drm/cirrus/cirrus_ttm.c @@ -237,7 +237,6 @@ struct ttm_bo_driver cirrus_bo_driver = { .verify_access = cirrus_bo_verify_access, .io_mem_reserve = &cirrus_ttm_io_mem_reserve, .io_mem_free = &cirrus_ttm_io_mem_free, - .io_mem_pfn = ttm_bo_default_io_mem_pfn, }; int cirrus_mm_init(struct cirrus_device *cirrus)