aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_pcm.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sound/soc/tegra/tegra_pcm.c b/sound/soc/tegra/tegra_pcm.c
index 436def1dfa3..90345ee138f 100644
--- a/sound/soc/tegra/tegra_pcm.c
+++ b/sound/soc/tegra/tegra_pcm.c
@@ -392,18 +392,7 @@ static struct platform_driver tegra_pcm_driver = {
392 .probe = tegra_pcm_platform_probe, 392 .probe = tegra_pcm_platform_probe,
393 .remove = __devexit_p(tegra_pcm_platform_remove), 393 .remove = __devexit_p(tegra_pcm_platform_remove),
394}; 394};
395 395module_platform_driver(tegra_pcm_driver);
396static int __init snd_tegra_pcm_init(void)
397{
398 return platform_driver_register(&tegra_pcm_driver);
399}
400module_init(snd_tegra_pcm_init);
401
402static void __exit snd_tegra_pcm_exit(void)
403{
404 platform_driver_unregister(&tegra_pcm_driver);
405}
406module_exit(snd_tegra_pcm_exit);
407 396
408MODULE_AUTHOR("Stephen Warren <swarren@nvidia.com>"); 397MODULE_AUTHOR("Stephen Warren <swarren@nvidia.com>");
409MODULE_DESCRIPTION("Tegra PCM ASoC driver"); 398MODULE_DESCRIPTION("Tegra PCM ASoC driver");