diff options
-rw-r--r-- | sound/soc/imx/imx-pcm-fiq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/imx/imx-pcm-fiq.c b/sound/soc/imx/imx-pcm-fiq.c index d7ea0b354124..456b7d723d66 100644 --- a/sound/soc/imx/imx-pcm-fiq.c +++ b/sound/soc/imx/imx-pcm-fiq.c | |||
@@ -332,3 +332,5 @@ static struct platform_driver imx_pcm_driver = { | |||
332 | }; | 332 | }; |
333 | 333 | ||
334 | module_platform_driver(imx_pcm_driver); | 334 | module_platform_driver(imx_pcm_driver); |
335 | |||
336 | MODULE_LICENSE("GPL"); | ||