mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user