Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305583
b: refs/heads/master
c: 67d4509
h: refs/heads/master
i:
  305581: 69a9c91
  305579: c0493ee
  305575: 2db2c8e
  305567: ed1fa0e
v: v3
  • Loading branch information
Mark Brown committed Apr 4, 2012
1 parent 8350073 commit 9f51c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: cd041f642c706fdda679877cdabf3dc8a6a8e58f
refs/heads/master: 67d45090e6154d401e50c3e0f4a2844cfea404c4
12 changes: 1 addition & 11 deletions trunk/sound/soc/codecs/sgtl5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1450,17 +1450,7 @@ static struct i2c_driver sgtl5000_i2c_driver = {
.id_table = sgtl5000_id,
};

static int __init sgtl5000_modinit(void)
{
return i2c_add_driver(&sgtl5000_i2c_driver);
}
module_init(sgtl5000_modinit);

static void __exit sgtl5000_exit(void)
{
i2c_del_driver(&sgtl5000_i2c_driver);
}
module_exit(sgtl5000_exit);
module_i2c_driver(sgtl5000_i2c_driver);

MODULE_DESCRIPTION("Freescale SGTL5000 ALSA SoC Codec Driver");
MODULE_AUTHOR("Zeng Zhaoming <zengzm.kernel@gmail.com>");
Expand Down

0 comments on commit 9f51c21

Please sign in to comment.