Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367483
b: refs/heads/master
c: 1ee26af
h: refs/heads/master
i:
  367481: 465ce1c
  367479: 3b70136
v: v3
  • Loading branch information
srinidhi kasagar authored and Lee Jones committed Mar 7, 2013
1 parent 4af37fc commit 07db4ec
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: f70dfdec99877fa716f71633a67d7ba3dfab1c5f
refs/heads/master: 1ee26af028a46cf911f844c062b3c810bac34366
13 changes: 1 addition & 12 deletions trunk/drivers/power/abx500_chargalg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2083,18 +2083,7 @@ static struct platform_driver abx500_chargalg_driver = {
},
};

static int __init abx500_chargalg_init(void)
{
return platform_driver_register(&abx500_chargalg_driver);
}

static void __exit abx500_chargalg_exit(void)
{
platform_driver_unregister(&abx500_chargalg_driver);
}

module_init(abx500_chargalg_init);
module_exit(abx500_chargalg_exit);
module_platform_driver(abx500_chargalg_driver);

MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Johan Palsson, Karl Komierowski");
Expand Down

0 comments on commit 07db4ec

Please sign in to comment.