diff options
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 { | |||
81 | unsigned long flags; | 81 | unsigned long flags; |
82 | ktime_t timestamp; | 82 | ktime_t timestamp; |
83 | int status; | 83 | int status; |
84 | struct list_head child_list; | ||
85 | struct list_head active_list; | ||
86 | }; | 84 | }; |
87 | 85 | ||
88 | enum fence_flag_bits { | 86 | enum fence_flag_bits { |