Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: fsl-dpaa2-qdma: add missing MODULE_DESCRIPTION() macro

With ARCH=arm64, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/fsl-dpaa2-qdma/dpdmai.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240613-md-arm64-drivers-dma-fsl-dpaa2-qdma-v1-1-815d148740e6@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Jeff Johnson and committed by
Vinod Koul
316d1225 61879ffd

+1
+1
drivers/dma/fsl-dpaa2-qdma/dpdmai.c
··· 367 367 } 368 368 EXPORT_SYMBOL_GPL(dpdmai_get_tx_queue); 369 369 370 + MODULE_DESCRIPTION("NXP DPAA2 QDMA driver"); 370 371 MODULE_LICENSE("GPL v2");