aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vboxvideo
diff options
context:
space:
mode:
authorTan Xiaojun <tanxiaojun@huawei.com>2017-12-25 11:43:33 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-01-10 15:44:51 -0500
commite42b93758bde103b6585ed0af7b37494464ec493 (patch)
treee927811e7d69065d601f1716e246301363ee39be /drivers/staging/vboxvideo
parentdrm/amd/powerplay: fix memory leakage when reload (v2) (diff)
downloadlinux-dev-e42b93758bde103b6585ed0af7b37494464ec493.tar.xz
linux-dev-e42b93758bde103b6585ed0af7b37494464ec493.zip
staging: 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/staging/vboxvideo')
-rw-r--r--drivers/staging/vboxvideo/vbox_ttm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vboxvideo/vbox_ttm.c b/drivers/staging/vboxvideo/vbox_ttm.c
index 55f14c979524..2ea31589d773 100644
--- a/drivers/staging/vboxvideo/vbox_ttm.c
+++ b/drivers/staging/vboxvideo/vbox_ttm.c
@@ -234,7 +234,6 @@ static struct ttm_bo_driver vbox_bo_driver = {
.verify_access = vbox_bo_verify_access,
.io_mem_reserve = &vbox_ttm_io_mem_reserve,
.io_mem_free = &vbox_ttm_io_mem_free,
- .io_mem_pfn = ttm_bo_default_io_mem_pfn,
};
int vbox_mm_init(struct vbox_private *vbox)