virtio: add support for 64 bit features.
[pandora-kernel.git] / drivers / s390 / kvm / kvm_virtio.c
index fcd312d..2336c7e 100644 (file)
@@ -80,7 +80,7 @@ static unsigned desc_size(const struct kvm_device_desc *desc)
 }
 
 /* This gets the device's feature bits. */
-static u32 kvm_get_features(struct virtio_device *vdev)
+static u64 kvm_get_features(struct virtio_device *vdev)
 {
        unsigned int i;
        u32 features = 0;