Skip to content

Commit

Permalink
ASoC: Add missed MODULE_LICENSE("GPL") for imx-pcm-fiq
Browse files Browse the repository at this point in the history
This driver can be built as module and the file header indicates that
the driver is published under the GPL.
Thus add MODULE_LICENSE("GPL") for it.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 12, 2011
1 parent 3628137 commit 0604ca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/imx/imx-pcm-fiq.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,5 @@ static struct platform_driver imx_pcm_driver = {
};

module_platform_driver(imx_pcm_driver);

MODULE_LICENSE("GPL");

0 comments on commit 0604ca4

Please sign in to comment.