commit | 323de43f79c5055af71c2db44f34e060ac15e1df | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Feb 03 11:25:34 2016 -0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 17:34:58 2016 -0800 |
tree | 3f90659c318ac943bfd9701e7952b0ce52e8f697 | |
parent | c7434b8436f9fb79855f0a52e4e9665becb77aea [diff] |
staging/android: remove len field from struct sync_fence_info After removing driver_data struct sync_fence_info has now a fixed size, thus it doesn't need any field to tell its size, it is already known. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>