aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/ep93xx/edb93xx.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-11-24 12:07:55 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-24 10:43:59 +0000
commitee18f6314fa16376d53c29ecf9704011f2ce8180 (patch)
treeda5f090065b5b31fe74f349cdb62c335d79faf66 /sound/soc/ep93xx/edb93xx.c
parent45f3121615b2b354f7d95d30f795bc5fe0043e92 (diff)
ASoC: Convert ep93xx directory to module_platform_driver
Factor out some boilerplate code. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mika Westerberg <mika.westerberg@iki.fi> Acked-by: Alexander Sverdlin <subaparts@yandex.ru> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ep93xx/edb93xx.c')
-rw-r--r--sound/soc/ep93xx/edb93xx.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sound/soc/ep93xx/edb93xx.c b/sound/soc/ep93xx/edb93xx.c
index 51930b6a83a..6b90c757cf4 100644
--- a/sound/soc/ep93xx/edb93xx.c
+++ b/sound/soc/ep93xx/edb93xx.c
@@ -131,17 +131,7 @@ static struct platform_driver edb93xx_driver = {
.remove = __devexit_p(edb93xx_remove),
};
-static int __init edb93xx_init(void)
-{
- return platform_driver_register(&edb93xx_driver);
-}
-module_init(edb93xx_init);
-
-static void __exit edb93xx_exit(void)
-{
- platform_driver_unregister(&edb93xx_driver);
-}
-module_exit(edb93xx_exit);
+module_platform_driver(edb93xx_driver);
MODULE_AUTHOR("Alexander Sverdlin <subaparts@yandex.ru>");
MODULE_DESCRIPTION("ALSA SoC EDB93xx");