Commit 31e421e4 authored by Jeff Garzik's avatar Jeff Garzik

Fix e100 net driver build when CONFIG_PM is defined.

parent 35aa61ec
......@@ -804,8 +804,6 @@ static struct pci_driver e100_driver = {
#ifdef CONFIG_PM
.suspend = e100_suspend,
.resume = e100_resume,
.save_state = e100_save_state,
.enable_wake = e100_enable_wake,
#endif
};
......
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