Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06c8eb9a authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Mark Brown
Browse files

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: default avatarLothar Waßmann <LW@KARO-electronics.de>
Acked-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 37d5993c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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");