[alsa-devel] [PATCH] ASoC: wm-adsp: Add missing MODULE_LICENSE
Vinod Koul
vinod.koul at intel.com
Fri Jul 4 07:47:41 CEST 2014
From: Praveen Diwakar <praveen.diwakar at intel.com>
Since MODULE_LICENSE is missing the module load fails,
so add this for module.
Signed-off-by: Praveen Diwakar <praveen.diwakar at intel.com>
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
---
sound/soc/codecs/wm_adsp.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 0600271..2537725 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -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");
--
1.7.0.4
More information about the Alsa-devel
mailing list