diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2012-08-20 15:54:28 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-08-24 01:34:46 +0200 |
commit | 5d77f13c1e70c252591b06a43e553371781010b4 (patch) | |
tree | ec570ebe59d764ded6b86fe4fb1a029d91a626b3 /drivers/gpu/drm/cirrus | |
parent | drm/ast: remove unused validate_sequence (diff) | |
download | linux-5d77f13c1e70c252591b06a43e553371781010b4.tar.xz linux-5d77f13c1e70c252591b06a43e553371781010b4.zip |
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 { struct drm_global_reference mem_global_ref; struct ttm_bo_global_ref bo_global_ref; struct ttm_bo_device bdev; - atomic_t validate_sequence; } ttm; bool mm_inited; }; |