From db5f4ec4aa14c8051fcc4af65534f4e47a58f436 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Fri, 30 May 2025 16:40:05 +0800 Subject: [PATCH] dma-buf: Add forward declaration of struct seq_file in dma-fence.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add forward declaration of struct seq_file before using it in function prototype. Signed-off-by: Herbert Xu Reviewed-by: Christian König Signed-off-by: Christian König Link: https://lore.kernel.org/r/aDlu5TGyA1WuMsvw@gondor.apana.org.au --- include/linux/dma-fence.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h index 48b5202c531d3..c841af28b7066 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 -- 2.47.2