mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
staging/android: remove unused var from sync_timeline_signal()
signaled_pts is not used in this function. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b55b54b5db
commit
e6a0cb4819
@@ -101,7 +101,6 @@ EXPORT_SYMBOL(sync_timeline_destroy);
|
||||
void sync_timeline_signal(struct sync_timeline *obj)
|
||||
{
|
||||
unsigned long flags;
|
||||
LIST_HEAD(signaled_pts);
|
||||
struct fence *fence, *next;
|
||||
|
||||
trace_sync_timeline(obj);
|
||||
|
||||
Reference in New Issue
Block a user