]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/3.16.3/asoc-wm_adsp-add-missing-module_license.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 3.16.3 / asoc-wm_adsp-add-missing-module_license.patch
CommitLineData
bf9ffb20
GKH
1From 0a37c6efec4a2fdc2563c5a8faa472b814deee80 Mon Sep 17 00:00:00 2001
2From: Praveen Diwakar <praveen.diwakar@intel.com>
3Date: Fri, 4 Jul 2014 11:17:41 +0530
4Subject: ASoC: wm_adsp: Add missing MODULE_LICENSE
5
6From: Praveen Diwakar <praveen.diwakar@intel.com>
7
8commit 0a37c6efec4a2fdc2563c5a8faa472b814deee80 upstream.
9
10Since MODULE_LICENSE is missing the module load fails,
11so add this for module.
12
13Signed-off-by: Praveen Diwakar <praveen.diwakar@intel.com>
14Signed-off-by: Vinod Koul <vinod.koul@intel.com>
15Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
16Signed-off-by: Mark Brown <broonie@linaro.org>
17Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18
19---
20 sound/soc/codecs/wm_adsp.c | 2 ++
21 1 file changed, 2 insertions(+)
22
23--- a/sound/soc/codecs/wm_adsp.c
24+++ b/sound/soc/codecs/wm_adsp.c
25@@ -1758,3 +1758,5 @@ int wm_adsp2_init(struct wm_adsp *adsp,
26 return 0;
27 }
28 EXPORT_SYMBOL_GPL(wm_adsp2_init);
29+
30+MODULE_LICENSE("GPL v2");