projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a78ff7
)
dma-buf/fence: kerneldoc: remove unused struct members
author
Sumit Semwal
<sumit.semwal@linaro.org>
Thu, 11 Aug 2016 10:47:57 +0000
(16:17 +0530)
committer
Sumit Semwal
<sumit.semwal@linaro.org>
Fri, 12 Aug 2016 15:02:04 +0000
(20:32 +0530)
Commit
0431b9065f28ecf6c320fefebe0241620049984f
("staging/android: bring
struct sync_pt back") removed child_list and active_list from struct fence,
but left it in kernel doc. Delete them.
Fixes: 0431b9065f28 ("staging/android: bring struct sync_pt back")
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
http://patchwork.freedesktop.org/patch/msgid/1470912480-32304-2-git-send-email-sumit.semwal@linaro.org
include/linux/fence.h
patch
|
blob
|
history
diff --git
a/include/linux/fence.h
b/include/linux/fence.h
index 8cc719a637286d7262386d21c6ed40453b36a1e5..2ac6fa5f471251b3edccc5eb80a6bf5c9d7e34fc 100644
(file)
--- a/
include/linux/fence.h
+++ b/
include/linux/fence.h
@@
-49,8
+49,6
@@
struct fence_cb;
* @timestamp: Timestamp when the fence was signaled.
* @status: Optional, only valid if < 0, must be set before calling
* fence_signal, indicates that the fence has completed with an error.
- * @child_list: list of children fences
- * @active_list: list of active fences
*
* the flags member must be manipulated and read using the appropriate
* atomic ops (bit_*), so taking the spinlock will not be needed most