lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 15 Sep 2014 12:25:53 -0700 From: Greg Kroah-Hartman <gregkh@...uxfoundation.org> To: linux-kernel@...r.kernel.org Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, stable@...r.kernel.org, Praveen Diwakar <praveen.diwakar@...el.com>, Vinod Koul <vinod.koul@...el.com>, Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>, Mark Brown <broonie@...aro.org> Subject: [PATCH 3.14 053/114] ASoC: wm_adsp: Add missing MODULE_LICENSE 3.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Praveen Diwakar <praveen.diwakar@...el.com> commit 0a37c6efec4a2fdc2563c5a8faa472b814deee80 upstream. Since MODULE_LICENSE is missing the module load fails, so add this for module. Signed-off-by: Praveen Diwakar <praveen.diwakar@...el.com> Signed-off-by: Vinod Koul <vinod.koul@...el.com> Reviewed-by: Charles Keepax <ckeepax@...nsource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@...aro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org> --- sound/soc/codecs/wm_adsp.c | 2 ++ 1 file changed, 2 insertions(+) --- 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, return 0; } EXPORT_SYMBOL_GPL(wm_adsp2_init); + +MODULE_LICENSE("GPL v2"); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists