Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309683
b: refs/heads/master
c: b75ef1d
h: refs/heads/master
i:
  309681: d67e647
  309679: dd6db8b
v: v3
  • Loading branch information
Mika Westerberg authored and Anton Vorontsov committed May 5, 2012
1 parent a99571d commit ca1f6d3
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: e6fe3597fa17dcd7ee82a5198beadb19a457a478
refs/heads/master: b75ef1d807e20919a00bed16045537e76e0497a7
12 changes: 1 addition & 11 deletions trunk/drivers/power/smb347-charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -1285,17 +1285,7 @@ static struct i2c_driver smb347_driver = {
.id_table = smb347_id,
};

static int __init smb347_init(void)
{
return i2c_add_driver(&smb347_driver);
}
module_init(smb347_init);

static void __exit smb347_exit(void)
{
i2c_del_driver(&smb347_driver);
}
module_exit(smb347_exit);
module_i2c_driver(smb347_driver);

MODULE_AUTHOR("Bruce E. Robertson <bruce.e.robertson@intel.com>");
MODULE_AUTHOR("Mika Westerberg <mika.westerberg@linux.intel.com>");
Expand Down

0 comments on commit ca1f6d3

Please sign in to comment.