commit | 0431b9065f28ecf6c320fefebe0241620049984f | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Tue May 31 16:59:04 2016 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 17 21:17:40 2016 -0700 |
tree | 4e0bdbe8038e56995f82e7c58db875d099053a84 | |
parent | 62627c8f61e09a6204cd77de30df9a83ff158812 [diff] |
staging/android: bring struct sync_pt back Move the list_head members from sync_pt to struct fence was a mistake, they will not be used by struct fence as planned before, so here we create sync_pt again to bring the list heads back. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Sumit Semwal <sumit.semwal@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>