Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298387
b: refs/heads/master
c: f878d0b
h: refs/heads/master
i:
  298385: cb11d56
  298383: 9392da1
v: v3
  • Loading branch information
Amit Shah committed Mar 31, 2012
1 parent 4c710b6 commit 3f43506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 04c2322bee841121cfdd7f284e1d4274e9e60e33
refs/heads/master: f878d0be229ab129bc4b224191f217106a4b0bc1
7 changes: 1 addition & 6 deletions trunk/drivers/virtio/virtio_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,12 +768,7 @@ static int virtio_pci_restore(struct device *dev)
}

static const struct dev_pm_ops virtio_pci_pm_ops = {
.suspend = virtio_pci_freeze,
.resume = virtio_pci_restore,
.freeze = virtio_pci_freeze,
.thaw = virtio_pci_restore,
.restore = virtio_pci_restore,
.poweroff = virtio_pci_freeze,
SET_SYSTEM_SLEEP_PM_OPS(virtio_pci_freeze, virtio_pci_restore)
};
#endif

Expand Down

0 comments on commit 3f43506

Please sign in to comment.