diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2012-08-20 09:54:28 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-08-23 19:34:46 -0400 |
commit | 5d77f13c1e70c252591b06a43e553371781010b4 (patch) | |
tree | ec570ebe59d764ded6b86fe4fb1a029d91a626b3 /drivers/gpu/drm/cirrus | |
parent | a8e2fad3e96a142a5a395cc64d8bf193d88a7cf0 (diff) |
drm/cirrus: Remove unused validate_sequence
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/cirrus')
-rw-r--r-- | drivers/gpu/drm/cirrus/cirrus_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.h b/drivers/gpu/drm/cirrus/cirrus_drv.h index 64ea597cb6d3..5d045647a3fc 100644 --- a/drivers/gpu/drm/cirrus/cirrus_drv.h +++ b/drivers/gpu/drm/cirrus/cirrus_drv.h | |||
@@ -143,7 +143,6 @@ struct cirrus_device { | |||
143 | struct drm_global_reference mem_global_ref; | 143 | struct drm_global_reference mem_global_ref; |
144 | struct ttm_bo_global_ref bo_global_ref; | 144 | struct ttm_bo_global_ref bo_global_ref; |
145 | struct ttm_bo_device bdev; | 145 | struct ttm_bo_device bdev; |
146 | atomic_t validate_sequence; | ||
147 | } ttm; | 146 | } ttm; |
148 | bool mm_inited; | 147 | bool mm_inited; |
149 | }; | 148 | }; |