vgaarb.h: fix build warnings
[cascardo/linux.git] / include / linux / virtio.h
index d0018d2..8efd28a 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
 };