Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193612
b: refs/heads/master
c: e50208a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 17, 2010
1 parent 57b884b commit 363be45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa05e1ad1b61b37fb64a66794c11ab478e975c56
refs/heads/master: e50208a080a8abdfa6c85865362a1cf329e9fe31
2 changes: 2 additions & 0 deletions trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -5475,6 +5475,7 @@ static DEFINE_PCI_DEVICE_TABLE(e1000_pci_tbl) = {
};
MODULE_DEVICE_TABLE(pci, e1000_pci_tbl);

#ifdef CONFIG_PM
static const struct dev_pm_ops e1000_pm_ops = {
.suspend = e1000_suspend,
.resume = e1000_resume,
Expand All @@ -5486,6 +5487,7 @@ static const struct dev_pm_ops e1000_pm_ops = {
.runtime_resume = e1000_runtime_resume,
.runtime_idle = e1000_idle,
};
#endif

/* PCI Device API Driver */
static struct pci_driver e1000_driver = {
Expand Down

0 comments on commit 363be45

Please sign in to comment.