summaryrefslogtreecommitdiff
path: root/sound/soc/sof/imx/imx8m.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-05-29 17:46:05 +0300
committerMark Brown <broonie@kernel.org>2024-05-29 17:46:05 +0300
commitba2e8323d7b71781c7da02e83d813af9ab7fe1f9 (patch)
treea3037f3ed97668e2ed255fe9f6d6717b7e3da5b8 /sound/soc/sof/imx/imx8m.c
parentffa077b2f6ad124ec3d23fbddc5e4b0ff2647af8 (diff)
parent3ff78451b8e446e9a548b98a0d4dd8d24dc5780b (diff)
downloadlinux-ba2e8323d7b71781c7da02e83d813af9ab7fe1f9.tar.xz
ASoC: SOF: add missing MODULE_DESCRIPTION
Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: 'make W=1' now reports missing MODULE_DESCRIPTION lines. This patchset cleans-up all the module definitions and adds MODULE_DESCRIPTION lines as needed.
Diffstat (limited to 'sound/soc/sof/imx/imx8m.c')
-rw-r--r--sound/soc/sof/imx/imx8m.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/sof/imx/imx8m.c b/sound/soc/sof/imx/imx8m.c
index 4ed415f04345..1c7019c3cbd3 100644
--- a/sound/soc/sof/imx/imx8m.c
+++ b/sound/soc/sof/imx/imx8m.c
@@ -514,5 +514,6 @@ static struct platform_driver snd_sof_of_imx8m_driver = {
};
module_platform_driver(snd_sof_of_imx8m_driver);
-MODULE_IMPORT_NS(SND_SOC_SOF_XTENSA);
MODULE_LICENSE("Dual BSD/GPL");
+MODULE_DESCRIPTION("SOF support for IMX8M platforms");
+MODULE_IMPORT_NS(SND_SOC_SOF_XTENSA);