Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297955
b: refs/heads/master
c: 534f530
h: refs/heads/master
i:
  297953: eee4f59
  297951: 81df5cf
v: v3
  • Loading branch information
Axel Lin authored and Anton Vorontsov committed Mar 26, 2012
1 parent 8e1e326 commit 5f32d3a
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: 61bb5a780dd4f50aa4dc859c28f1e8820d763b42
refs/heads/master: 534f5306d701e2717b039898888bfbb8584186bd
13 changes: 1 addition & 12 deletions trunk/drivers/power/da9052-battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,18 +647,7 @@ static struct platform_driver da9052_bat_driver = {
.owner = THIS_MODULE,
},
};

static int __init da9052_bat_init(void)
{
return platform_driver_register(&da9052_bat_driver);
}
module_init(da9052_bat_init);

static void __exit da9052_bat_exit(void)
{
platform_driver_unregister(&da9052_bat_driver);
}
module_exit(da9052_bat_exit);
module_platform_driver(da9052_bat_driver);

MODULE_DESCRIPTION("DA9052 BAT Device Driver");
MODULE_AUTHOR("David Dajun Chen <dchen@diasemi.com>");
Expand Down

0 comments on commit 5f32d3a

Please sign in to comment.