OSDN Git Service

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 64ea597..5d04564 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;
 };