Skip to content

Commit 65909a7

Browse files
jeff-t-johnsonbroonie
authored andcommitted
ASoC: qcom: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in sound/soc/qcom/snd-soc-qcom-sdw.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://msgid.link/r/20240603-md-snd-soc-qcom-sdw-v1-1-101ea8bcdd38@quicinc.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 968c974 commit 65909a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/qcom/sdw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,5 @@ int qcom_snd_sdw_hw_free(struct snd_pcm_substream *substream,
160160
return 0;
161161
}
162162
EXPORT_SYMBOL_GPL(qcom_snd_sdw_hw_free);
163+
MODULE_DESCRIPTION("Qualcomm ASoC SoundWire helper functions");
163164
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)