Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216633
b: refs/heads/master
c: 4abe8e1
h: refs/heads/master
i:
  216631: 54d85ed
v: v3
  • Loading branch information
Mark Brown committed Oct 13, 2010
1 parent bbb1566 commit 23835f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 8c7f78b3c3f3132a36b4747b2e1283a7ca015edb
refs/heads/master: 4abe8e16a8ad879027de3a0a088f281577ad24a9
3 changes: 1 addition & 2 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3306,6 +3306,7 @@ static int __init snd_soc_init(void)

return platform_driver_register(&soc_driver);
}
module_init(snd_soc_init);

static void __exit snd_soc_exit(void)
{
Expand All @@ -3314,8 +3315,6 @@ static void __exit snd_soc_exit(void)
#endif
platform_driver_unregister(&soc_driver);
}

module_init(snd_soc_init);
module_exit(snd_soc_exit);

/* Module information */
Expand Down

0 comments on commit 23835f0

Please sign in to comment.