]> www.infradead.org Git - nvme.git/commitdiff
dmaengine: fsl-dpaa2-qdma: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Thu, 13 Jun 2024 18:57:14 +0000 (11:57 -0700)
committerVinod Koul <vkoul@kernel.org>
Fri, 28 Jun 2024 07:35:14 +0000 (13:05 +0530)
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>
drivers/dma/fsl-dpaa2-qdma/dpdmai.c

index 36897b41ee7e5a30f5cc904d4b40e1eb1bc4421a..b4323d243d6de8a1ec77436ce45579914230b9b6 100644 (file)
@@ -367,4 +367,5 @@ int dpdmai_get_tx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags,
 }
 EXPORT_SYMBOL_GPL(dpdmai_get_tx_queue);
 
+MODULE_DESCRIPTION("NXP DPAA2 QDMA driver");
 MODULE_LICENSE("GPL v2");