projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80f3c51
)
dma-buf: Add forward declaration of struct seq_file in dma-fence.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 30 May 2025 08:40:05 +0000
(16:40 +0800)
committer
Christian König
<christian.koenig@amd.com>
Mon, 2 Jun 2025 12:31:51 +0000
(14:31 +0200)
Add forward declaration of struct seq_file before using it in
function prototype.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Link:
https://lore.kernel.org/r/aDlu5TGyA1WuMsvw@gondor.apana.org.au
include/linux/dma-fence.h
patch
|
blob
|
history
diff --git
a/include/linux/dma-fence.h
b/include/linux/dma-fence.h
index
48b5202
..
c841af2
100644
(file)
--- a/
include/linux/dma-fence.h
+++ b/
include/linux/dma-fence.h
@@
-26,6
+26,7
@@
struct dma_fence;
struct dma_fence_ops;
struct dma_fence_cb;
+struct seq_file;
/**
* struct dma_fence - software synchronization primitive