Commit 5d77f13c authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Dave Airlie

drm/cirrus: Remove unused validate_sequence

Signed-off-by: default avatarMaarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a8e2fad3
...@@ -143,7 +143,6 @@ struct cirrus_device { ...@@ -143,7 +143,6 @@ struct cirrus_device {
struct drm_global_reference mem_global_ref; struct drm_global_reference mem_global_ref;
struct ttm_bo_global_ref bo_global_ref; struct ttm_bo_global_ref bo_global_ref;
struct ttm_bo_device bdev; struct ttm_bo_device bdev;
atomic_t validate_sequence;
} ttm; } ttm;
bool mm_inited; bool mm_inited;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment