Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330482
b: refs/heads/master
c: bc6e51d
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Anton Vorontsov committed Aug 23, 2012
1 parent adb6fb4 commit 547f0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 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: 94b05cabc07d7ebb4f9d2f2dce6ab7db20f7fbac
refs/heads/master: bc6e51d8891629a9d117dc75a8a2eb9a411a3510
15 changes: 1 addition & 14 deletions trunk/drivers/power/ds2781_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,20 +834,7 @@ static struct platform_driver ds2781_battery_driver = {
.probe = ds2781_battery_probe,
.remove = __devexit_p(ds2781_battery_remove),
};

static int __init ds2781_battery_init(void)
{
return platform_driver_register(&ds2781_battery_driver);
}

static void __exit ds2781_battery_exit(void)
{
platform_driver_unregister(&ds2781_battery_driver);
}

module_init(ds2781_battery_init);
module_exit(ds2781_battery_exit);

module_platform_driver(ds2781_battery_driver);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Renata Sayakhova <renata@oktetlabs.ru>");
Expand Down

0 comments on commit 547f0b9

Please sign in to comment.