Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37944
b: refs/heads/master
c: c4e24f0
h: refs/heads/master
v: v3
  • Loading branch information
Auke Kok authored and Auke Kok committed Sep 27, 2006
1 parent 85687a9 commit c5accff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0eb5a34cdf34ad07b6db2df1e523aaf6574601b4
refs/heads/master: c4e24f01f18f6cea422552caec2fdbf5765a7c7c
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c5accff

Please sign in to comment.