Skip to content

Commit 6c026a3

Browse files
Jeff 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 4db6b03 commit 6c026a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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 <[email protected]>");

0 commit comments

Comments
 (0)