From: Praveen Diwakar Date: Fri, 4 Jul 2014 05:47:41 +0000 (+0530) Subject: ASoC: wm_adsp: Add missing MODULE_LICENSE X-Git-Tag: submit/tizen/20160422.055611~1^2~99^2~18^2~477 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f983c574f4841593d080da40a2facf4bb2740d5d;p=sdk%2Femulator%2Femulator-kernel.git ASoC: wm_adsp: Add missing MODULE_LICENSE commit 0a37c6efec4a2fdc2563c5a8faa472b814deee80 upstream. Since MODULE_LICENSE is missing the module load fails, so add this for module. Signed-off-by: Praveen Diwakar Signed-off-by: Vinod Koul Reviewed-by: Charles Keepax Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 444626fcab40..53c03aff762e 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -1745,3 +1745,5 @@ int wm_adsp2_init(struct wm_adsp *adsp, bool dvfs) return 0; } EXPORT_SYMBOL_GPL(wm_adsp2_init); + +MODULE_LICENSE("GPL v2");