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)
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>

No differences found