Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105807
b: refs/heads/master
c: 2f5a5cf
h: refs/heads/master
i:
  105805: 0792771
  105803: 87c1980
  105799: 695d882
  105791: 899a257
v: v3
  • Loading branch information
Kay Sievers authored and Linus Torvalds committed Jul 25, 2008
1 parent 8238d47 commit e17cdf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d6ffcca623a9a16df6cdfbe8250b7a5904a5f5e
refs/heads/master: 2f5a5cf93fae7b8354b45b8443dcc3448a8fc276
2 changes: 2 additions & 0 deletions trunk/drivers/power/ds2760_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ static int ds2760_battery_resume(struct platform_device *pdev)

#endif /* CONFIG_PM */

MODULE_ALIAS("platform:ds2760-battery");

static struct platform_driver ds2760_battery_driver = {
.driver = {
.name = "ds2760-battery",
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/power/pda_power.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ static int pda_power_resume(struct platform_device *pdev)
#define pda_power_resume NULL
#endif /* CONFIG_PM */

MODULE_ALIAS("platform:pda-power");

static struct platform_driver pda_power_pdrv = {
.driver = {
.name = "pda-power",
Expand Down

0 comments on commit e17cdf2

Please sign in to comment.