diff options
Diffstat (limited to 'drivers/gpu/drm/qxl/qxl_drv.h')
-rw-r--r-- | drivers/gpu/drm/qxl/qxl_drv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/qxl/qxl_drv.h b/drivers/gpu/drm/qxl/qxl_drv.h index 14d3fa855708..13a0254b59a1 100644 --- a/drivers/gpu/drm/qxl/qxl_drv.h +++ b/drivers/gpu/drm/qxl/qxl_drv.h | |||
@@ -126,9 +126,6 @@ struct qxl_output { | |||
126 | #define drm_encoder_to_qxl_output(x) container_of(x, struct qxl_output, enc) | 126 | #define drm_encoder_to_qxl_output(x) container_of(x, struct qxl_output, enc) |
127 | 127 | ||
128 | struct qxl_mman { | 128 | struct qxl_mman { |
129 | struct ttm_bo_global_ref bo_global_ref; | ||
130 | struct drm_global_reference mem_global_ref; | ||
131 | unsigned int mem_global_referenced:1; | ||
132 | struct ttm_bo_device bdev; | 129 | struct ttm_bo_device bdev; |
133 | }; | 130 | }; |
134 | 131 | ||