diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2016-05-31 22:59:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-18 07:17:40 +0300 |
commit | 0431b9065f28ecf6c320fefebe0241620049984f (patch) | |
tree | 4e0bdbe8038e56995f82e7c58db875d099053a84 /include/linux/fence.h | |
parent | 62627c8f61e09a6204cd77de30df9a83ff158812 (diff) | |
download | linux-0431b9065f28ecf6c320fefebe0241620049984f.tar.xz |
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>
Diffstat (limited to 'include/linux/fence.h')
-rw-r--r-- | include/linux/fence.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fence.h b/include/linux/fence.h index 2056e9fd0138..1de1b3f6fb76 100644 --- a/include/linux/fence.h +++ b/include/linux/fence.h @@ -81,8 +81,6 @@ struct fence { unsigned long flags; ktime_t timestamp; int status; - struct list_head child_list; - struct list_head active_list; }; enum fence_flag_bits { |