aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTan Xiaojun <[email protected]>2017-12-25 11:43:28 +0800
committerAlex Deucher <[email protected]>2017-12-27 11:35:10 -0500
commit7d046fc7d62d676bd683960d1ccd52bcc595ea62 (patch)
treeda80f93b2cdabe874c74f63d7e30a0925a51f3d7
parentc85de774330f3073090cd4a2cb5ccf7cf03681de (diff)
drm/nouveau: 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 <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_bo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c
index 6b6fb2080ac3..b0084bd35415 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bo.c
+++ b/drivers/gpu/drm/nouveau/nouveau_bo.c
@@ -1672,5 +1672,4 @@ struct ttm_bo_driver nouveau_bo_driver = {
.fault_reserve_notify = &nouveau_ttm_fault_reserve_notify,
.io_mem_reserve = &nouveau_ttm_io_mem_reserve,
.io_mem_free = &nouveau_ttm_io_mem_free,
- .io_mem_pfn = ttm_bo_default_io_mem_pfn,
};