ASoC: ics43432: Fix module license

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Axel Lin 2015-08-28 11:23:05 +08:00 committed by Mark Brown
parent 11d932416e
commit 2f38bc8829

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 2015 Axis Communications AB
*
* Licensed under GPL2.
* Licensed under GPL v2.
*/
#include <linux/module.h>
@ -73,4 +73,4 @@ module_platform_driver(ics43432_driver);
MODULE_DESCRIPTION("ASoC ICS43432 driver");
MODULE_AUTHOR("Ricard Wanderlof <ricardw@axis.com>");
MODULE_LICENSE("GPLv2");
MODULE_LICENSE("GPL v2");