Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156643
b: refs/heads/master
c: 651b1f1
h: refs/heads/master
i:
  156641: 2106a6d
  156639: e9c1439
v: v3
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Aug 10, 2009
1 parent 4bc4f1b commit 5e96604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 85dfd81dc57e8183a277ddd7a56aa65c96f3f487
refs/heads/master: 651b1f125c7e3806bbd635739d009433dc07372d
3 changes: 0 additions & 3 deletions trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,6 @@ int platform_driver_register(struct platform_driver *drv)
drv->driver.remove = platform_drv_remove;
if (drv->shutdown)
drv->driver.shutdown = platform_drv_shutdown;
if (drv->suspend || drv->resume)
pr_warning("Platform driver '%s' needs updating - please use "
"dev_pm_ops\n", drv->driver.name);

return driver_register(&drv->driver);
}
Expand Down

0 comments on commit 5e96604

Please sign in to comment.