Skip to content

Commit 7478e15

Browse files
jeff-t-johnsonbroonie
authored andcommitted
ASoC: fsl: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in sound/soc/fsl/imx-pcm-dma.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://msgid.link/r/20240602-md-snd-fsl-imx-pcm-dma-v1-1-e7efc33c6bf3@quicinc.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent a73a830 commit 7478e15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/fsl/imx-pcm-dma.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ int imx_pcm_dma_init(struct platform_device *pdev)
5050
}
5151
EXPORT_SYMBOL_GPL(imx_pcm_dma_init);
5252

53+
MODULE_DESCRIPTION("Freescale i.MX PCM DMA interface");
5354
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)