aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio.h
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2012-03-29 12:50:20 +0530
committerAmit Shah <amit.shah@redhat.com>2012-03-31 08:09:50 +0530
commitf38f8387cbdc4138a492ce9f2a5f04fd3cd3cf33 (patch)
tree037dfe639de15cbf6be59182872531a23cc20398 /include/linux/virtio.h
parentvirtio: balloon: Allow stats update after restore from S4 (diff)
downloadlinux-dev-f38f8387cbdc4138a492ce9f2a5f04fd3cd3cf33.tar.xz
linux-dev-f38f8387cbdc4138a492ce9f2a5f04fd3cd3cf33.zip
virtio: drop thaw PM operation
The thaw operation was used by the balloon driver, but after the last commit there's no reason to have separate thaw and restore callbacks. Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'include/linux/virtio.h')
-rw-r--r--include/linux/virtio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/virtio.h b/include/linux/virtio.h
index d0018d27c281..8efd28ae5597 100644
--- a/include/linux/virtio.h
+++ b/include/linux/virtio.h
@@ -96,7 +96,6 @@ struct virtio_driver {
void (*config_changed)(struct virtio_device *dev);
#ifdef CONFIG_PM
int (*freeze)(struct virtio_device *dev);
- int (*thaw)(struct virtio_device *dev);
int (*restore)(struct virtio_device *dev);
#endif
};