mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
ASoC: fsi: fix license specification
According to the file header only GPL v2 applies to it. Fix the MODULE_LICENSE parameter accordingly. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c660c0a805
commit
1c6ae56c5d
1 changed files with 1 additions and 1 deletions
|
@ -2119,7 +2119,7 @@ static struct platform_driver fsi_driver = {
|
||||||
|
|
||||||
module_platform_driver(fsi_driver);
|
module_platform_driver(fsi_driver);
|
||||||
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL v2");
|
||||||
MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
|
MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
|
||||||
MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
|
MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
|
||||||
MODULE_ALIAS("platform:fsi-pcm-audio");
|
MODULE_ALIAS("platform:fsi-pcm-audio");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue