aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTan Xiaojun <[email protected]>2017-12-25 11:43:27 +0800
committerAlex Deucher <[email protected]>2017-12-27 11:35:03 -0500
commitc85de774330f3073090cd4a2cb5ccf7cf03681de (patch)
treea71e2aa51312748d722d12eac4357849d2f265f5
parent41f6954abe21546fd537b539280759f96a41e250 (diff)
drm/mgag200: 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/mgag200/mgag200_ttm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mgag200/mgag200_ttm.c b/drivers/gpu/drm/mgag200/mgag200_ttm.c
index f03da63abc7b..2d61869152d1 100644
--- a/drivers/gpu/drm/mgag200/mgag200_ttm.c
+++ b/drivers/gpu/drm/mgag200/mgag200_ttm.c
@@ -237,7 +237,6 @@ struct ttm_bo_driver mgag200_bo_driver = {
.verify_access = mgag200_bo_verify_access,
.io_mem_reserve = &mgag200_ttm_io_mem_reserve,
.io_mem_free = &mgag200_ttm_io_mem_free,
- .io_mem_pfn = ttm_bo_default_io_mem_pfn,
};
int mgag200_mm_init(struct mga_device *mdev)