aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/fsi.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2015-03-29 21:47:16 +0200
committerMark Brown <broonie@kernel.org>2015-03-31 14:31:19 +0100
commit1c6ae56c5d26d22e8ba9ea6d3a0afc8b22b4e207 (patch)
treeb00a72eabf14fd2cfb2ab964631a81b79d5f7eae /sound/soc/sh/fsi.c
parentASoC: fsi: constify of_device_id array (diff)
downloadlinux-dev-1c6ae56c5d26d22e8ba9ea6d3a0afc8b22b4e207.tar.xz
linux-dev-1c6ae56c5d26d22e8ba9ea6d3a0afc8b22b4e207.zip
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>
Diffstat (limited to 'sound/soc/sh/fsi.c')
-rw-r--r--sound/soc/sh/fsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index eef7083ec7d9..936c02d4e385 100644
--- a/sound/soc/sh/fsi.c
+++ b/sound/soc/sh/fsi.c
@@ -2119,7 +2119,7 @@ static struct platform_driver fsi_driver = {
module_platform_driver(fsi_driver);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
MODULE_ALIAS("platform:fsi-pcm-audio");