diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2025-05-30 16:40:05 +0800 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2025-06-02 14:31:51 +0200 |
commit | db5f4ec4aa14c8051fcc4af65534f4e47a58f436 (patch) | |
tree | e73a91fb25404b93a40a42ecd60b223e59f26288 | |
parent | 80f3c51b2f98295af22678d5d81ebbcb39e968b1 (diff) |
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
-rw-r--r-- | include/linux/dma-fence.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h index 48b5202c531d..c841af28b706 100644 --- 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 |