]> Pileus Git - ~andy/linux/blobdiff - include/linux/virtio.h
virtio: drop thaw PM operation
[~andy/linux] / include / linux / virtio.h
index d0018d27c281ffa3a7135c1aa1a8deffc1b900ca..8efd28ae5597e6d80e0a5c4659b1de53424fb059 100644 (file)
@@ -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
 };