Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34371
b: refs/heads/master
c: 85be7d6
h: refs/heads/master
i:
  34369: 5c0dca7
  34367: 9701e74
v: v3
  • Loading branch information
Alexey Dobriyan authored and Dave Jones committed Aug 11, 2006
1 parent 4c656e7 commit bea18d9
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: 71565619af84a15d0abef6f0d6704e6472cd87c1
refs/heads/master: 85be7d60595b4803731cec158b0023bc050fdd14
4 changes: 4 additions & 0 deletions trunk/drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1766,6 +1766,7 @@ static void __devexit agp_intel_remove(struct pci_dev *pdev)
agp_put_bridge(bridge);
}

#ifdef CONFIG_PM
static int agp_intel_resume(struct pci_dev *pdev)
{
struct agp_bridge_data *bridge = pci_get_drvdata(pdev);
Expand All @@ -1789,6 +1790,7 @@ static int agp_intel_resume(struct pci_dev *pdev)

return 0;
}
#endif

static struct pci_device_id agp_intel_pci_table[] = {
#define ID(x) \
Expand Down Expand Up @@ -1835,7 +1837,9 @@ static struct pci_driver agp_intel_pci_driver = {
.id_table = agp_intel_pci_table,
.probe = agp_intel_probe,
.remove = __devexit_p(agp_intel_remove),
#ifdef CONFIG_PM
.resume = agp_intel_resume,
#endif
};

static int __init agp_intel_init(void)
Expand Down

0 comments on commit bea18d9

Please sign in to comment.