]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: mxs: Add missing MODULE_LICENSE("GPL")
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Dec 2011 13:38:11 +0000 (14:38 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 11 Dec 2011 02:58:55 +0000 (10:58 +0800)
commit06c8eb9a9115dbbf1658a79f19f18a887c18119b
treee15edc26f935ddc1a8649e1e98da7b324a716bad
parent37d5993c5cc9bc83762ae1b5bd287438022e8afe
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 <LW@KARO-electronics.de>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mxs/mxs-pcm.c