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:
d3cb351
)
ASoC: mxs: add missing MODULE_DESCRIPTION() macro
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Sun, 2 Jun 2024 16:30:13 +0000
(09:30 -0700)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Jun 2024 14:59:19 +0000
(15:59 +0100)
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>
sound/soc/mxs/mxs-pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/mxs/mxs-pcm.c
b/sound/soc/mxs/mxs-pcm.c
index
df2e4be
..
9bb08ca
100644
(file)
--- a/
sound/soc/mxs/mxs-pcm.c
+++ b/
sound/soc/mxs/mxs-pcm.c
@@
-43,4
+43,5
@@
int mxs_pcm_platform_register(struct device *dev)
}
EXPORT_SYMBOL_GPL(mxs_pcm_platform_register);
+MODULE_DESCRIPTION("MXS ASoC PCM driver");
MODULE_LICENSE("GPL");