Skip to content

Commit 4db6b03

Browse files
Jeff Johnsonvinodkoul
authored andcommitted
dmaengine: virt-dma: add missing MODULE_DESCRIPTION() macro
With ARCH=loongarch, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/virt-dma.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/20240616-md-loongarch-drivers-dma-virt-dma-v1-1-70ed3dcbf8aa@quicinc.com Signed-off-by: Vinod Koul <[email protected]>
1 parent 372f8b3 commit 4db6b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dma/virt-dma.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,5 @@ void vchan_init(struct virt_dma_chan *vc, struct dma_device *dmadev)
139139
EXPORT_SYMBOL_GPL(vchan_init);
140140

141141
MODULE_AUTHOR("Russell King");
142+
MODULE_DESCRIPTION("Virtual DMA channel support for DMAengine");
142143
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)