projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73a830
)
ASoC: fsl: add missing MODULE_DESCRIPTION() macro
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Sun, 2 Jun 2024 17:00:27 +0000
(10:00 -0700)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Jun 2024 14:59:20 +0000
(15:59 +0100)
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>
sound/soc/fsl/imx-pcm-dma.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/fsl/imx-pcm-dma.c
b/sound/soc/fsl/imx-pcm-dma.c
index 14e94270911cfb12249aed5489cf2cb5fc9ca633..4fa208d6a03221f09b22b371dda52f60a0ad0bfa 100644
(file)
--- a/
sound/soc/fsl/imx-pcm-dma.c
+++ b/
sound/soc/fsl/imx-pcm-dma.c
@@
-50,4
+50,5
@@
int imx_pcm_dma_init(struct platform_device *pdev)
}
EXPORT_SYMBOL_GPL(imx_pcm_dma_init);
+MODULE_DESCRIPTION("Freescale i.MX PCM DMA interface");
MODULE_LICENSE("GPL");