Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[sfrench/cifs-2.6.git] / drivers / iommu / virtio-iommu.c
index 4620dd221ffd3db22ef223b311f6d20de4c8de4b..433f4d2ee9565be632c1e780e7cdedcdf4254e1d 100644 (file)
@@ -839,7 +839,7 @@ static void viommu_put_resv_regions(struct device *dev, struct list_head *head)
 static struct iommu_ops viommu_ops;
 static struct virtio_driver virtio_iommu_drv;
 
-static int viommu_match_node(struct device *dev, void *data)
+static int viommu_match_node(struct device *dev, const void *data)
 {
        return dev->parent->fwnode == data;
 }