From: Herbert Xu Date: Fri, 30 May 2025 08:40:05 +0000 (+0800) Subject: dma-buf: Add forward declaration of struct seq_file in dma-fence.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5f4ec4aa14c8051fcc4af65534f4e47a58f436;p=thirdparty%2Flinux.git 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 Reviewed-by: Christian König Signed-off-by: Christian König Link: https://lore.kernel.org/r/aDlu5TGyA1WuMsvw@gondor.apana.org.au --- 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