summaryrefslogtreecommitdiffstats
path: root/sound/soc/ep93xx/ep93xx-ac97.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/ep93xx-ac97.c
parent45f3121615b2b354f7d95d30f795bc5fe0043e92 (diff)
downloadblackbird-obmc-linux-ee18f6314fa16376d53c29ecf9704011f2ce8180.tar.gz
blackbird-obmc-linux-ee18f6314fa16376d53c29ecf9704011f2ce8180.zip
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/ep93xx-ac97.c')
-rw-r--r--sound/soc/ep93xx/ep93xx-ac97.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sound/soc/ep93xx/ep93xx-ac97.c b/sound/soc/ep93xx/ep93xx-ac97.c
index c423d12a26cf..0678637abd66 100644
--- a/sound/soc/ep93xx/ep93xx-ac97.c
+++ b/sound/soc/ep93xx/ep93xx-ac97.c
@@ -449,17 +449,7 @@ static struct platform_driver ep93xx_ac97_driver = {
},
};
-static int __init ep93xx_ac97_init(void)
-{
- return platform_driver_register(&ep93xx_ac97_driver);
-}
-module_init(ep93xx_ac97_init);
-
-static void __exit ep93xx_ac97_exit(void)
-{
- platform_driver_unregister(&ep93xx_ac97_driver);
-}
-module_exit(ep93xx_ac97_exit);
+module_platform_driver(ep93xx_ac97_driver);
MODULE_DESCRIPTION("EP93xx AC97 ASoC Driver");
MODULE_AUTHOR("Mika Westerberg <mika.westerberg@iki.fi>");
OpenPOWER on IntegriCloud