提交 e6a0cb48 编写于 作者: G Gustavo Padovan 提交者: Greg Kroah-Hartman

staging/android: remove unused var from sync_timeline_signal()

signaled_pts is not used in this function.
Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: NMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b55b54b5
...@@ -101,7 +101,6 @@ EXPORT_SYMBOL(sync_timeline_destroy); ...@@ -101,7 +101,6 @@ EXPORT_SYMBOL(sync_timeline_destroy);
void sync_timeline_signal(struct sync_timeline *obj) void sync_timeline_signal(struct sync_timeline *obj)
{ {
unsigned long flags; unsigned long flags;
LIST_HEAD(signaled_pts);
struct fence *fence, *next; struct fence *fence, *next;
trace_sync_timeline(obj); trace_sync_timeline(obj);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册