Skip to content

Commit 06c8eb9

Browse files
lw-karobroonie
authored andcommitted
ASoC: mxs: Add missing MODULE_LICENSE("GPL")
The sound driver refuses to load as module, because of the missing MODULE_LICENSE("GPL"). The file header indicates that the driver is indeed published under the GPL. Signed-off-by: Lothar Waßmann <[email protected]> Acked-by: Wolfram Sang <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 37d5993 commit 06c8eb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/mxs/mxs-pcm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,5 @@ static void __exit snd_mxs_pcm_exit(void)
357357
platform_driver_unregister(&mxs_pcm_driver);
358358
}
359359
module_exit(snd_mxs_pcm_exit);
360+
361+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)