summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2018-02-02 17:37:00 -0800
committerKevin Brace <kevinbrace@gmx.com>2018-02-02 17:40:27 -0800
commit34ed1b4f0a72316e0073d6320778912a14055154 (patch)
tree9707f87935fe8104dc1c0d647c330ba2ed9009b6
parent3c1526be83faabd8851968da1fb589d0552f3476 (diff)
drm/openchrome: Remove io_mem_pfn callback from ttm_bo_driver struct
Related to commit e83bf4a and 3c08ec6. io_mem_pfn callback entry was removed from ttm_bo_driver struct. Thanks Tan Xiaojun of Huawei for the permanent fix. Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--drivers/gpu/drm/openchrome/via_ttm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/openchrome/via_ttm.c b/drivers/gpu/drm/openchrome/via_ttm.c
index e1bc30d502b4..7f7984f14135 100644
--- a/drivers/gpu/drm/openchrome/via_ttm.c
+++ b/drivers/gpu/drm/openchrome/via_ttm.c
@@ -568,7 +568,6 @@ static struct ttm_bo_driver via_bo_driver = {
.verify_access = via_verify_access,
.io_mem_reserve = via_ttm_io_mem_reserve,
.io_mem_free = via_ttm_io_mem_free,
- .io_mem_pfn = ttm_bo_default_io_mem_pfn,
};
int via_mm_init(struct via_device *dev_priv)