Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290075
b: refs/heads/master
c: d9dd966
h: refs/heads/master
i:
  290073: 7257d81
  290071: 4b68522
v: v3
  • Loading branch information
Emil Tantilov authored and Jeff Kirsher committed Feb 10, 2012
1 parent 0940cfd commit 83ac1e6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f92518ddec7ce0ef2f7e91ae5f07e0a9e19055bf
refs/heads/master: d9dd966d7fc088a6bed991c2b1e2fba4485e0a31
4 changes: 4 additions & 0 deletions trunk/drivers/net/ethernet/intel/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ static int igb_check_vf_assignment(struct igb_adapter *adapter);
#endif

#ifdef CONFIG_PM
#ifdef CONFIG_PM_SLEEP
static int igb_suspend(struct device *);
#endif
static int igb_resume(struct device *);
#ifdef CONFIG_PM_RUNTIME
static int igb_runtime_suspend(struct device *dev);
Expand Down Expand Up @@ -6709,6 +6711,7 @@ static int __igb_shutdown(struct pci_dev *pdev, bool *enable_wake,
}

#ifdef CONFIG_PM
#ifdef CONFIG_PM_SLEEP
static int igb_suspend(struct device *dev)
{
int retval;
Expand All @@ -6728,6 +6731,7 @@ static int igb_suspend(struct device *dev)

return 0;
}
#endif /* CONFIG_PM_SLEEP */

static int igb_resume(struct device *dev)
{
Expand Down

0 comments on commit 83ac1e6

Please sign in to comment.