mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
Merge branch 'master' into for-linus
This commit is contained in:
commit
3e2bcad898
167 changed files with 1656 additions and 864 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue