Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371957
b: refs/heads/master
c: c300d6d
h: refs/heads/master
i:
  371955: 9087005
v: v3
  • Loading branch information
Wei Yongjun authored and Mark Brown committed Mar 12, 2013
1 parent c969d34 commit 6b6721b
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: 4fa89346fbc34750f96ec0c1b2b59b15596ab333
refs/heads/master: c300d6de53ae029576b2805f08d8596d2e511b08
12 changes: 1 addition & 11 deletions trunk/sound/soc/codecs/tas5086.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,17 +584,7 @@ static struct i2c_driver tas5086_i2c_driver = {
.remove = tas5086_i2c_remove,
};

static int __init tas5086_modinit(void)
{
return i2c_add_driver(&tas5086_i2c_driver);
}
module_init(tas5086_modinit);

static void __exit tas5086_modexit(void)
{
i2c_del_driver(&tas5086_i2c_driver);
}
module_exit(tas5086_modexit);
module_i2c_driver(tas5086_i2c_driver);

MODULE_AUTHOR("Daniel Mack <zonque@gmail.com>");
MODULE_DESCRIPTION("Texas Instruments TAS5086 ALSA SoC Codec Driver");
Expand Down

0 comments on commit 6b6721b

Please sign in to comment.