diff options
Diffstat (limited to 'sound/soc/imx/imx-pcm-fiq.c')
-rw-r--r-- | sound/soc/imx/imx-pcm-fiq.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sound/soc/imx/imx-pcm-fiq.c b/sound/soc/imx/imx-pcm-fiq.c index 8df0fae2194..456b7d723d6 100644 --- a/sound/soc/imx/imx-pcm-fiq.c +++ b/sound/soc/imx/imx-pcm-fiq.c | |||
@@ -331,14 +331,6 @@ static struct platform_driver imx_pcm_driver = { | |||
331 | .remove = __devexit_p(imx_soc_platform_remove), | 331 | .remove = __devexit_p(imx_soc_platform_remove), |
332 | }; | 332 | }; |
333 | 333 | ||
334 | static int __init snd_imx_pcm_init(void) | 334 | module_platform_driver(imx_pcm_driver); |
335 | { | ||
336 | return platform_driver_register(&imx_pcm_driver); | ||
337 | } | ||
338 | module_init(snd_imx_pcm_init); | ||
339 | 335 | ||
340 | static void __exit snd_imx_pcm_exit(void) | 336 | MODULE_LICENSE("GPL"); |
341 | { | ||
342 | platform_driver_unregister(&imx_pcm_driver); | ||
343 | } | ||
344 | module_exit(snd_imx_pcm_exit); | ||