Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350596
b: refs/heads/master
c: 463df51
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Anton Vorontsov committed Jan 6, 2013
1 parent 36de686 commit ef9951e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: d8ecb67581d342569115d62bad0be3b8294eb48b
refs/heads/master: 463df5147edb2d8e3df1300b02c192a5642e72c4
13 changes: 1 addition & 12 deletions trunk/drivers/power/bq2415x_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -1651,18 +1651,7 @@ static struct i2c_driver bq2415x_driver = {
.remove = bq2415x_remove,
.id_table = bq2415x_i2c_id_table,
};

static int __init bq2415x_init(void)
{
return i2c_add_driver(&bq2415x_driver);
}
module_init(bq2415x_init);

static void __exit bq2415x_exit(void)
{
i2c_del_driver(&bq2415x_driver);
}
module_exit(bq2415x_exit);
module_i2c_driver(bq2415x_driver);

MODULE_AUTHOR("Pali Rohár <pali.rohar@gmail.com>");
MODULE_DESCRIPTION("bq2415x charger driver");
Expand Down

0 comments on commit ef9951e

Please sign in to comment.