Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 0eb5a34c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,