dma-buf: Add forward declaration of struct seq_file in dma-fence.h
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
This commit is contained in:
committed by
Christian König
parent
80f3c51b2f
commit
db5f4ec4aa
@@ -26,6 +26,7 @@
|
||||
struct dma_fence;
|
||||
struct dma_fence_ops;
|
||||
struct dma_fence_cb;
|
||||
struct seq_file;
|
||||
|
||||
/**
|
||||
* struct dma_fence - software synchronization primitive
|
||||
|
||||
Reference in New Issue
Block a user