ASoC: mxs: Add missing MODULE_LICENSE("GPL")
[pandora-kernel.git] / sound / soc / mxs / mxs-pcm.c
index dea5aa4..8646913 100644 (file)
@@ -357,3 +357,5 @@ static void __exit snd_mxs_pcm_exit(void)
        platform_driver_unregister(&mxs_pcm_driver);
 }
 module_exit(snd_mxs_pcm_exit);
+
+MODULE_LICENSE("GPL");