Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283751
b: refs/heads/master
c: 99c92ae
h: refs/heads/master
i:
  283749: b82cb2a
  283747: c3e6359
  283743: 8ea6f0e
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Nov 23, 2011
1 parent de1a483 commit a800dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1db3c98e18962557ce9d9fd0b895c8a6e41c96fd
refs/heads/master: 99c92ae4ffca81f4dfba3b7648734c56d0b32d4c
13 changes: 1 addition & 12 deletions trunk/sound/soc/tegra/tegra_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,18 +392,7 @@ static struct platform_driver tegra_pcm_driver = {
.probe = tegra_pcm_platform_probe,
.remove = __devexit_p(tegra_pcm_platform_remove),
};

static int __init snd_tegra_pcm_init(void)
{
return platform_driver_register(&tegra_pcm_driver);
}
module_init(snd_tegra_pcm_init);

static void __exit snd_tegra_pcm_exit(void)
{
platform_driver_unregister(&tegra_pcm_driver);
}
module_exit(snd_tegra_pcm_exit);
module_platform_driver(tegra_pcm_driver);

MODULE_AUTHOR("Stephen Warren <swarren@nvidia.com>");
MODULE_DESCRIPTION("Tegra PCM ASoC driver");
Expand Down

0 comments on commit a800dd0

Please sign in to comment.