Commit c4e24f01 authored by Auke Kok's avatar Auke Kok Committed by Auke Kok

e1000: keep .suspend and .resume driver methods in CONFIG_PM

Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
parent 0eb5a34c
......@@ -211,9 +211,9 @@ static struct pci_driver e1000_driver = {
.id_table = e1000_pci_tbl,
.probe = e1000_probe,
.remove = __devexit_p(e1000_remove),
#ifdef CONFIG_PM
/* Power Managment Hooks */
.suspend = e1000_suspend,
#ifdef CONFIG_PM
.resume = e1000_resume,
#endif
.shutdown = e1000_shutdown,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment