Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a37c6ef authored by Praveen Diwakar's avatar Praveen Diwakar Committed by Mark Brown
Browse files

ASoC: wm_adsp: Add missing MODULE_LICENSE



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>
Cc: stable@vger.kernel.org
parent 7171511e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1758,3 +1758,5 @@ int wm_adsp2_init(struct wm_adsp *adsp, bool dvfs)
	return 0;
}
EXPORT_SYMBOL_GPL(wm_adsp2_init);

MODULE_LICENSE("GPL v2");