Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287595
b: refs/heads/master
c: 1bbe24d
h: refs/heads/master
i:
  287593: 83fb20e
  287591: 240029f
v: v3
  • Loading branch information
Axel Lin authored and Anton Vorontsov committed Feb 1, 2012
1 parent 56cc186 commit 691534d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: da4dc0af6eeb131927fb602846437a50a42ca246
refs/heads/master: 1bbe24d465db626fed050e0128a7244b9cb407f4
4 changes: 2 additions & 2 deletions trunk/drivers/power/charger-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -974,10 +974,11 @@ static int __devexit charger_manager_remove(struct platform_device *pdev)
return 0;
}

const struct platform_device_id charger_manager_id[] = {
static const struct platform_device_id charger_manager_id[] = {
{ "charger-manager", 0 },
{ },
};
MODULE_DEVICE_TABLE(platform, charger_manager_id);

static int cm_suspend_prepare(struct device *dev)
{
Expand Down Expand Up @@ -1069,4 +1070,3 @@ module_exit(charger_manager_cleanup);
MODULE_AUTHOR("MyungJoo Ham <myungjoo.ham@samsung.com>");
MODULE_DESCRIPTION("Charger Manager");
MODULE_LICENSE("GPL");
MODULE_ALIAS("charger-manager");

0 comments on commit 691534d

Please sign in to comment.