diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-07-02 18:02:12 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-07-07 06:26:44 +0400 |
commit | db3307a9f7b8078c654021e3b35354a2b09a8e67 (patch) | |
tree | 95c0a9382dcd95f75977f6dff07e2f7a557967d0 /drivers/gpu/drm/ttm/ttm_bo_util.c | |
parent | 26f3751eb47c757c656333e74bdceccd8d286d76 (diff) | |
download | linux-db3307a9f7b8078c654021e3b35354a2b09a8e67.tar.xz |
drm: kill drm_mm_node->private
Only ever assigned, never used.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
[glisse: I will re-add if needed for range-restricted allocations]
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_bo_util.c')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_bo_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo_util.c b/drivers/gpu/drm/ttm/ttm_bo_util.c index 13012a1f1486..7cffb3e04232 100644 --- a/drivers/gpu/drm/ttm/ttm_bo_util.c +++ b/drivers/gpu/drm/ttm/ttm_bo_util.c @@ -353,8 +353,6 @@ static int ttm_buffer_object_transfer(struct ttm_buffer_object *bo, fbo->vm_node = NULL; fbo->sync_obj = driver->sync_obj_ref(bo->sync_obj); - if (fbo->mem.mm_node) - fbo->mem.mm_node->private = (void *)fbo; kref_init(&fbo->list_kref); kref_init(&fbo->kref); fbo->destroy = &ttm_transfered_destroy; |