提交 c4e24f01 编写于 作者: A Auke Kok 提交者: Auke Kok

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

Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册