diff options
author | Tan Xiaojun <tanxiaojun@huawei.com> | 2017-12-25 06:43:30 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-27 19:35:23 +0300 |
commit | f8506d32720b9a0ae9f834bb1d05636afcc18ca8 (patch) | |
tree | 9d036db877b70043975cff867233e1b4befcd1d1 /drivers/gpu/drm/radeon/radeon_ttm.c | |
parent | 30567ba5f5a0d4cca0f7b15025210aa5e07d5d82 (diff) | |
download | linux-f8506d32720b9a0ae9f834bb1d05636afcc18ca8.tar.xz |
drm/radeon: 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/radeon/radeon_ttm.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_ttm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c index 557fd7915973..7b915aaab937 100644 --- a/drivers/gpu/drm/radeon/radeon_ttm.c +++ b/drivers/gpu/drm/radeon/radeon_ttm.c @@ -844,7 +844,6 @@ static struct ttm_bo_driver radeon_bo_driver = { .fault_reserve_notify = &radeon_bo_fault_reserve_notify, .io_mem_reserve = &radeon_ttm_io_mem_reserve, .io_mem_free = &radeon_ttm_io_mem_free, - .io_mem_pfn = ttm_bo_default_io_mem_pfn, }; int radeon_ttm_init(struct radeon_device *rdev) |