Skip to content

Commit a73a830

Browse files
jeff-t-johnsonbroonie
authored andcommitted
ASoC: mxs: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in sound/soc/mxs/snd-soc-mxs-pcm.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-soc-mxs-pcm-v1-1-1e663d11328d@quicinc.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d3cb351 commit a73a830

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/mxs/mxs-pcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ int mxs_pcm_platform_register(struct device *dev)
4343
}
4444
EXPORT_SYMBOL_GPL(mxs_pcm_platform_register);
4545

46+
MODULE_DESCRIPTION("MXS ASoC PCM driver");
4647
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)