diff options
| author | 2017-04-27 17:38:54 +0200 | |
|---|---|---|
| committer | 2017-12-06 12:47:55 -0500 | |
| commit | 01f83e0663a5e731dd59549b5cd13dc1e7a726a6 (patch) | |
| tree | 3efdb5556b0663dbb9735a4d57c72655b996be47 /include | |
| parent | drm/ttm: cleanup ttm_bo_driver.h (diff) | |
drm/ttm: remove cur_placement
Not used any more.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/ttm/ttm_bo_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index 29df3a472bcf..833c3ad24091 100644 --- a/include/drm/ttm/ttm_bo_api.h +++ b/include/drm/ttm/ttm_bo_api.h @@ -224,7 +224,6 @@ struct ttm_buffer_object { */ uint64_t offset; /* GPU address space is independent of CPU word size */ - uint32_t cur_placement; struct sg_table *sg; |
