Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156645
b: refs/heads/master
c: 4d9c73f
h: refs/heads/master
i:
  156643: 5e96604
v: v3
  • Loading branch information
Linus Torvalds committed Aug 11, 2009
1 parent 3feac88 commit 63e31d7
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: 314dabb83a547ec4da819e8cbc78fac9cec605cd
refs/heads/master: 4d9c73f60efe7a76f086bc93f7ef22be9d78bed6
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 63e31d7

Please sign in to comment.