diff options
Diffstat (limited to 'drivers/virtio/virtio_pci.c')
-rw-r--r-- | drivers/virtio/virtio_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 4e112c158488..7e0efa7fc384 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c | |||
@@ -102,7 +102,7 @@ static struct virtio_pci_device *to_vp_device(struct virtio_device *vdev) | |||
102 | } | 102 | } |
103 | 103 | ||
104 | /* virtio config->get_features() implementation */ | 104 | /* virtio config->get_features() implementation */ |
105 | static u32 vp_get_features(struct virtio_device *vdev) | 105 | static u64 vp_get_features(struct virtio_device *vdev) |
106 | { | 106 | { |
107 | struct virtio_pci_device *vp_dev = to_vp_device(vdev); | 107 | struct virtio_pci_device *vp_dev = to_vp_device(vdev); |
108 | 108 | ||