summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.cirrus.com>2022-11-24 13:45:56 +0000
committerMark Brown <broonie@kernel.org>2022-11-25 11:54:00 +0000
commite57d904ac4be6de7ecc9083f51a9a38f72482f82 (patch)
treeb0b55f3dcaf9c6b7646be8d3f8b4a28c6aa789f4 /sound/soc/codecs/wm_adsp.c
parentd7cfdf17cb9d072b41547e7cc882ecd900aa6589 (diff)
downloadlinux-e57d904ac4be6de7ecc9083f51a9a38f72482f82.tar.bz2
firmware: cs_dsp: Make the exports namespaced
Move all the exports into a namespace. This also adds the MODULE_IMPORT_NS to the 3 drivers that use the exported functions. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20221124134556.3343784-3-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.c')
-rw-r--r--sound/soc/codecs/wm_adsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 34a94b011518..91f93c08afd7 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -2060,3 +2060,4 @@ static const struct cs_dsp_client_ops wm_adsp2_client_ops = {
};
MODULE_LICENSE("GPL v2");
+MODULE_IMPORT_NS(FW_CS_DSP);