summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/mioa701_wm9713.c
diff options
context:
space:
mode:
authorAxel Lin2011-11-25 03:13:37 +0100
committerMark Brown2011-11-25 14:15:16 +0100
commit2f702a19154ddbd294825c0588593e1eef10b1e2 (patch)
tree55c940af293dbe308420924c0df88c8c2b7af647 /sound/soc/pxa/mioa701_wm9713.c
parentASoC: Convert au1x directory to module_platform_driver (diff)
downloadkernel-qcow2-linux-2f702a19154ddbd294825c0588593e1eef10b1e2.tar.gz
kernel-qcow2-linux-2f702a19154ddbd294825c0588593e1eef10b1e2.tar.xz
kernel-qcow2-linux-2f702a19154ddbd294825c0588593e1eef10b1e2.zip
ASoC: Convert pxa directory to module_platform_driver
Factor out some boilerplate code. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Marek Vasut <marek.vasut@gmail.com> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa/mioa701_wm9713.c')
-rw-r--r--sound/soc/pxa/mioa701_wm9713.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sound/soc/pxa/mioa701_wm9713.c b/sound/soc/pxa/mioa701_wm9713.c
index 0b8d1ee738a4..0e73a7f718e4 100644
--- a/sound/soc/pxa/mioa701_wm9713.c
+++ b/sound/soc/pxa/mioa701_wm9713.c
@@ -227,18 +227,7 @@ static struct platform_driver mioa701_wm9713_driver = {
},
};
-static int __init mioa701_asoc_init(void)
-{
- return platform_driver_register(&mioa701_wm9713_driver);
-}
-
-static void __exit mioa701_asoc_exit(void)
-{
- platform_driver_unregister(&mioa701_wm9713_driver);
-}
-
-module_init(mioa701_asoc_init);
-module_exit(mioa701_asoc_exit);
+module_platform_driver(mioa701_wm9713_driver);
/* Module information */
MODULE_AUTHOR("Robert Jarzmik (rjarzmik@free.fr)");