Skip to content

Commit 6c026a3

Browse files
jeff-t-johnsonvinodkoul
authored andcommitted
dmaengine: ti: cppi41: add missing MODULE_DESCRIPTION() macro
With ARCH=arm, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/ti/cppi41.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/20240615-md-arm-drivers-dma-ti-v1-1-496d243158dd@quicinc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 4db6b03 commit 6c026a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/ti/cppi41.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,5 +1252,6 @@ static struct platform_driver cpp41_dma_driver = {
12521252
};
12531253

12541254
module_platform_driver(cpp41_dma_driver);
1255+
MODULE_DESCRIPTION("Texas Instruments CPPI 4.1 DMA support");
12551256
MODULE_LICENSE("GPL");
12561257
MODULE_AUTHOR("Sebastian Andrzej Siewior <bigeasy@linutronix.de>");

0 commit comments

Comments
 (0)