commit | 06c8eb9a9115dbbf1658a79f19f18a887c18119b | [log] [tgz] |
---|---|---|
author | Lothar Waßmann <LW@KARO-electronics.de> | Fri Dec 09 14:38:11 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Dec 11 10:58:55 2011 +0800 |
tree | e15edc26f935ddc1a8649e1e98da7b324a716bad | |
parent | 37d5993c5cc9bc83762ae1b5bd287438022e8afe [diff] |
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>