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:
parent
11d932416e
commit
2f38bc8829
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015 Axis Communications AB
|
* Copyright (c) 2015 Axis Communications AB
|
||||||
*
|
*
|
||||||
* Licensed under GPL2.
|
* Licensed under GPL v2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -73,4 +73,4 @@ module_platform_driver(ics43432_driver);
|
||||||
|
|
||||||
MODULE_DESCRIPTION("ASoC ICS43432 driver");
|
MODULE_DESCRIPTION("ASoC ICS43432 driver");
|
||||||
MODULE_AUTHOR("Ricard Wanderlof <ricardw@axis.com>");
|
MODULE_AUTHOR("Ricard Wanderlof <ricardw@axis.com>");
|
||||||
MODULE_LICENSE("GPLv2");
|
MODULE_LICENSE("GPL v2");
|
||||||
|
|
Loading…
Add table
Reference in a new issue