summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs
diff options
context:
space:
mode:
authorTan Xiaojun2017-12-25 04:43:25 +0100
committerAlex Deucher2017-12-27 17:34:51 +0100
commit40ede3bca86c21d4aea4573494839ece1d01c131 (patch)
tree812b9b4f98ca65db917b43bd7e06dbbd35c97485 /drivers/gpu/drm/bochs
parentdrm/ast: remove the default io_mem_pfn set (diff)
downloadkernel-qcow2-linux-40ede3bca86c21d4aea4573494839ece1d01c131.tar.gz
kernel-qcow2-linux-40ede3bca86c21d4aea4573494839ece1d01c131.tar.xz
kernel-qcow2-linux-40ede3bca86c21d4aea4573494839ece1d01c131.zip
drm/bochs: 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 <tanxiaojun@huawei.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/bochs')
-rw-r--r--drivers/gpu/drm/bochs/bochs_mm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bochs/bochs_mm.c b/drivers/gpu/drm/bochs/bochs_mm.c
index 8250b5e612d2..704e879711e4 100644
--- a/drivers/gpu/drm/bochs/bochs_mm.c
+++ b/drivers/gpu/drm/bochs/bochs_mm.c
@@ -205,7 +205,6 @@ struct ttm_bo_driver bochs_bo_driver = {
.verify_access = bochs_bo_verify_access,
.io_mem_reserve = &bochs_ttm_io_mem_reserve,
.io_mem_free = &bochs_ttm_io_mem_free,
- .io_mem_pfn = ttm_bo_default_io_mem_pfn,
};
int bochs_mm_init(struct bochs_device *bochs)