diff options
Diffstat (limited to 'sound/soc/ux500')
-rw-r--r-- | sound/soc/ux500/ux500_msp_dai.c | 2 | ||||
-rw-r--r-- | sound/soc/ux500/ux500_msp_i2s.c | 2 | ||||
-rw-r--r-- | sound/soc/ux500/ux500_pcm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index 93c6c40e724c..62ac0285bfaf 100644 --- a/sound/soc/ux500/ux500_msp_dai.c +++ b/sound/soc/ux500/ux500_msp_dai.c | |||
@@ -840,4 +840,4 @@ static struct platform_driver msp_i2s_driver = { | |||
840 | }; | 840 | }; |
841 | module_platform_driver(msp_i2s_driver); | 841 | module_platform_driver(msp_i2s_driver); |
842 | 842 | ||
843 | MODULE_LICENSE("GPLv2"); | 843 | MODULE_LICENSE("GPL v2"); |
diff --git a/sound/soc/ux500/ux500_msp_i2s.c b/sound/soc/ux500/ux500_msp_i2s.c index 496dec10c96e..ee14d2dac2f5 100644 --- a/sound/soc/ux500/ux500_msp_i2s.c +++ b/sound/soc/ux500/ux500_msp_i2s.c | |||
@@ -739,4 +739,4 @@ void ux500_msp_i2s_cleanup_msp(struct platform_device *pdev, | |||
739 | devm_kfree(&pdev->dev, msp); | 739 | devm_kfree(&pdev->dev, msp); |
740 | } | 740 | } |
741 | 741 | ||
742 | MODULE_LICENSE("GPLv2"); | 742 | MODULE_LICENSE("GPL v2"); |
diff --git a/sound/soc/ux500/ux500_pcm.c b/sound/soc/ux500/ux500_pcm.c index 66b080e5de96..97d8e4de29c2 100644 --- a/sound/soc/ux500/ux500_pcm.c +++ b/sound/soc/ux500/ux500_pcm.c | |||
@@ -315,4 +315,4 @@ static struct platform_driver ux500_pcm_driver = { | |||
315 | }; | 315 | }; |
316 | module_platform_driver(ux500_pcm_driver); | 316 | module_platform_driver(ux500_pcm_driver); |
317 | 317 | ||
318 | MODULE_LICENSE("GPLv2"); | 318 | MODULE_LICENSE("GPL v2"); |