Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293377
b: refs/heads/master
c: 9d50a76
h: refs/heads/master
i:
  293375: d6c68e3
v: v3
  • Loading branch information
Mark Brown committed Feb 17, 2012
1 parent ef13b46 commit f5a904b
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: 1a8b2d9d5b6a9909ef0633990fb40c765a791692
refs/heads/master: 9d50a764b5cb3d06a01a076131700a34351d98a6
12 changes: 1 addition & 11 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3768,17 +3768,7 @@ static struct i2c_driver wm8962_i2c_driver = {
.id_table = wm8962_i2c_id,
};

static int __init wm8962_modinit(void)
{
return i2c_add_driver(&wm8962_i2c_driver);
}
module_init(wm8962_modinit);

static void __exit wm8962_exit(void)
{
i2c_del_driver(&wm8962_i2c_driver);
}
module_exit(wm8962_exit);
module_i2c_driver(wm8962_i2c_driver);

MODULE_DESCRIPTION("ASoC WM8962 driver");
MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.com>");
Expand Down

0 comments on commit f5a904b

Please sign in to comment.