Re: [PATCH] dma-buf: Add forward declaration of struct seq_file in dma-fence.h

2025-06-02 Thread Christian König
On 5/30/25 10:40, Herbert Xu wrote: > Add forward declaration of struct seq_file before using it in > function prototype. > > Fixes: a25efb3863d0 ("dma-buf: add dma_fence_describe and dma_resv_describe > v2") I've removed this fixes tag since this is basically just a cleanup and not really a bu

[PATCH] dma-buf: Add forward declaration of struct seq_file in dma-fence.h

2025-05-30 Thread Herbert Xu
Add forward declaration of struct seq_file before using it in function prototype. Fixes: a25efb3863d0 ("dma-buf: add dma_fence_describe and dma_resv_describe v2") Signed-off-by: Herbert Xu diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h index e7ad819962e3..b751ae49d007 100644