summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
diff options
context:
space:
mode:
authorChristian König2018-02-21 19:02:06 +0100
committerAlex Deucher2018-02-27 05:09:45 +0100
commit3231a7696e22538529e9ee3500f2116a40a22734 (patch)
treec79104385a8c29a22086477144f373a38efa4b1e /include/drm/ttm
parentdrm/ttm: drop bo->glob (diff)
downloadkernel-qcow2-linux-3231a7696e22538529e9ee3500f2116a40a22734.tar.gz
kernel-qcow2-linux-3231a7696e22538529e9ee3500f2116a40a22734.tar.xz
kernel-qcow2-linux-3231a7696e22538529e9ee3500f2116a40a22734.zip
drm/ttm: drop ttm->glob
The pointer is available as ttm->bdev->glob as well. 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_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index 738bb8d35c44..0e4ae26da093 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -123,7 +123,6 @@ struct ttm_tt {
uint32_t page_flags;
unsigned long num_pages;
struct sg_table *sg; /* for SG objects via dma-buf */
- struct ttm_bo_global *glob;
struct file *swap_storage;
enum ttm_caching_state caching_state;
enum {