Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: fsl: imx-pcm-fiq: add missing MODULE_DESCRIPTION() macro

With ARCH=arm, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in sound/soc/fsl/imx-pcm-fiq.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://msgid.link/r/20240616-md-arm-sound-soc-fsl-v2-1-228772e81a54@quicinc.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jeff Johnson and committed by
Mark Brown
39eab014 c8d0930a

+1
+1
sound/soc/fsl/imx-pcm-fiq.c
··· 319 319 } 320 320 EXPORT_SYMBOL_GPL(imx_pcm_fiq_exit); 321 321 322 + MODULE_DESCRIPTION("Freescale i.MX PCM FIQ handler"); 322 323 MODULE_LICENSE("GPL");