]> Pileus Git - ~andy/linux/commitdiff
drm/cirrus: Remove unused validate_sequence
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Mon, 20 Aug 2012 13:54:28 +0000 (13:54 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Aug 2012 23:34:46 +0000 (09:34 +1000)
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/cirrus/cirrus_drv.h

index 64ea597cb6d390219abd198a086e131b08b6d54d..5d045647a3fc76deba63355577f373ccf8da6fe7 100644 (file)
@@ -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;
 };