]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging/android: remove unused var from sync_timeline_signal()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 21 Jan 2016 12:49:22 +0000 (10:49 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
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>
drivers/staging/android/sync.c

index 3c2c8d07df624b6d342d9f6fafb574815de1155f..9ec55ef16eb1c900a3e2e1b77f6410e0fac77a64 100644 (file)
@@ -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);