diff options
| author | Gustavo Padovan <[email protected]> | 2016-05-31 16:59:04 -0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-06-17 21:17:40 -0700 |
| commit | 0431b9065f28ecf6c320fefebe0241620049984f (patch) | |
| tree | 4e0bdbe8038e56995f82e7c58db875d099053a84 /include/linux | |
| 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 <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Reviewed-by: Sumit Semwal <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
| -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 { |