projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968c974
)
ASoC: qcom: add missing MODULE_DESCRIPTION() macro
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Tue, 4 Jun 2024 00:16:07 +0000
(17:16 -0700)
committer
Mark Brown
<broonie@kernel.org>
Tue, 4 Jun 2024 11:57:44 +0000
(12:57 +0100)
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>
sound/soc/qcom/sdw.c
patch
|
blob
|
history
diff --git
a/sound/soc/qcom/sdw.c
b/sound/soc/qcom/sdw.c
index
eaa8bb0
..
f2eda2f
100644
(file)
--- a/
sound/soc/qcom/sdw.c
+++ b/
sound/soc/qcom/sdw.c
@@
-160,4
+160,5
@@
int qcom_snd_sdw_hw_free(struct snd_pcm_substream *substream,
return 0;
}
EXPORT_SYMBOL_GPL(qcom_snd_sdw_hw_free);
+MODULE_DESCRIPTION("Qualcomm ASoC SoundWire helper functions");
MODULE_LICENSE("GPL");