aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2012-08-20 09:54:21 -0400
committerDave Airlie <airlied@redhat.com>2012-08-23 19:34:41 -0400
commita8e2fad3e96a142a5a395cc64d8bf193d88a7cf0 (patch)
tree2798ffe32c12829a5473deda4b67e6212615c338 /drivers
parentf76c0dde78fbe021801fe904fb5999f3154d4e5d (diff)
drm/ast: 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')
-rw-r--r--drivers/gpu/drm/ast/ast_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h
index d4af9edcbb97..20a437f88780 100644
--- a/drivers/gpu/drm/ast/ast_drv.h
+++ b/drivers/gpu/drm/ast/ast_drv.h
@@ -94,7 +94,6 @@ struct ast_private {
94 struct drm_global_reference mem_global_ref; 94 struct drm_global_reference mem_global_ref;
95 struct ttm_bo_global_ref bo_global_ref; 95 struct ttm_bo_global_ref bo_global_ref;
96 struct ttm_bo_device bdev; 96 struct ttm_bo_device bdev;
97 atomic_t validate_sequence;
98 } ttm; 97 } ttm;
99 98
100 struct drm_gem_object *cursor_cache; 99 struct drm_gem_object *cursor_cache;