[PATCH 09/11] staging/android: remove unused var from sync_timeline_signal()
From: Gustavo Padovan
Date: Thu Jan 21 2016 - 07:52:30 EST
From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx>
signaled_pts is not used in this function.
Signed-off-by: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx>
---
drivers/staging/android/sync.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c
index 3c2c8d0..9ec55ef 100644
--- a/drivers/staging/android/sync.c
+++ b/drivers/staging/android/sync.c
@@ -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);
--
2.5.0