diff options
Diffstat (limited to 'drivers/virtio/virtio_pci.c')
-rw-r--r-- | drivers/virtio/virtio_pci.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 0fa4f8551c3a..2e03d416b9af 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c | |||
@@ -768,12 +768,7 @@ static int virtio_pci_restore(struct device *dev) | |||
768 | } | 768 | } |
769 | 769 | ||
770 | static const struct dev_pm_ops virtio_pci_pm_ops = { | 770 | static const struct dev_pm_ops virtio_pci_pm_ops = { |
771 | .suspend = virtio_pci_freeze, | 771 | SET_SYSTEM_SLEEP_PM_OPS(virtio_pci_freeze, virtio_pci_restore) |
772 | .resume = virtio_pci_restore, | ||
773 | .freeze = virtio_pci_freeze, | ||
774 | .thaw = virtio_pci_restore, | ||
775 | .restore = virtio_pci_restore, | ||
776 | .poweroff = virtio_pci_freeze, | ||
777 | }; | 772 | }; |
778 | #endif | 773 | #endif |
779 | 774 | ||