diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-08-25 23:07:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-01 16:22:59 -0400 |
commit | a1dbfd001310c429fce9e066730302c82f68bd19 (patch) | |
tree | 4b73c2574c69c01c2e227a78b40b4b847bb3bd9a | |
parent | c9a23ead0261b23a7571d53d90117283b177b360 (diff) |
ASoC: simple-card: is GPL v2
It is indicating that this driver is GPL v2 on top of C code.
Let's fixup it on MODULE_LICENSE()
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/generic/simple-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c index 939c82701106..7b0a56f78db0 100644 --- a/sound/soc/generic/simple-card.c +++ b/sound/soc/generic/simple-card.c | |||
@@ -498,6 +498,6 @@ static struct platform_driver asoc_simple_card = { | |||
498 | module_platform_driver(asoc_simple_card); | 498 | module_platform_driver(asoc_simple_card); |
499 | 499 | ||
500 | MODULE_ALIAS("platform:asoc-simple-card"); | 500 | MODULE_ALIAS("platform:asoc-simple-card"); |
501 | MODULE_LICENSE("GPL"); | 501 | MODULE_LICENSE("GPL v2"); |
502 | MODULE_DESCRIPTION("ASoC Simple Sound Card"); | 502 | MODULE_DESCRIPTION("ASoC Simple Sound Card"); |
503 | MODULE_AUTHOR("Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>"); | 503 | MODULE_AUTHOR("Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>"); |