Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367507
b: refs/heads/master
c: 4420dc2
h: refs/heads/master
i:
  367505: fd18d05
  367503: ac9931b
v: v3
  • Loading branch information
Jingoo Han authored and Anton Vorontsov committed Apr 1, 2013
1 parent 5c8bf7a commit 3dd11f2
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: 9c1d1af0cf78a7e8967194a4ee424b0742a52921
refs/heads/master: 4420dc200084120955a7b81a5f012d6b4ab0974d
12 changes: 1 addition & 11 deletions trunk/drivers/power/twl4030_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,17 +636,7 @@ static struct platform_driver twl4030_bci_driver = {
.remove = __exit_p(twl4030_bci_remove),
};

static int __init twl4030_bci_init(void)
{
return platform_driver_probe(&twl4030_bci_driver, twl4030_bci_probe);
}
module_init(twl4030_bci_init);

static void __exit twl4030_bci_exit(void)
{
platform_driver_unregister(&twl4030_bci_driver);
}
module_exit(twl4030_bci_exit);
module_platform_driver_probe(twl4030_bci_driver, twl4030_bci_probe);

MODULE_AUTHOR("Gražvydas Ignotas");
MODULE_DESCRIPTION("TWL4030 Battery Charger Interface driver");
Expand Down

0 comments on commit 3dd11f2

Please sign in to comment.