diff options
author | Christian König <christian.koenig@amd.com> | 2017-04-27 17:38:54 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-06 12:47:55 -0500 |
commit | 01f83e0663a5e731dd59549b5cd13dc1e7a726a6 (patch) | |
tree | 3efdb5556b0663dbb9735a4d57c72655b996be47 /include/drm/ttm | |
parent | 1144b63a162cef5a57b85108b608f2486b0410c9 (diff) | |
download | linux-stable-01f83e0663a5e731dd59549b5cd13dc1e7a726a6.tar.gz linux-stable-01f83e0663a5e731dd59549b5cd13dc1e7a726a6.tar.bz2 linux-stable-01f83e0663a5e731dd59549b5cd13dc1e7a726a6.zip |
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/drm/ttm')
-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; |