Skip to content

Commit 316d122

Browse files
Jeff Johnsonvinodkoul
authored andcommitted
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>
1 parent 61879ff commit 316d122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dma/fsl-dpaa2-qdma/dpdmai.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,5 @@ int dpdmai_get_tx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags,
367367
}
368368
EXPORT_SYMBOL_GPL(dpdmai_get_tx_queue);
369369

370+
MODULE_DESCRIPTION("NXP DPAA2 QDMA driver");
370371
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)