Commit 614bbe38 authored by Praveen Diwakar's avatar Praveen Diwakar Committed by Kamal Mostafa

ASoC: wm_adsp: Add missing MODULE_LICENSE

commit 0a37c6ef upstream.

Since MODULE_LICENSE is missing the module load fails,
so add this for module.
Signed-off-by: default avatarPraveen Diwakar <praveen.diwakar@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Reviewed-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 4fe6e4bb
......@@ -1702,3 +1702,5 @@ int wm_adsp2_init(struct wm_adsp *adsp, bool dvfs)
return 0;
}
EXPORT_SYMBOL_GPL(wm_adsp2_init);
MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment