Merge tag 'tag-chrome-platform-fixes-for-v5.7-rc2' of git://git.kernel.org/pub/scm...
[linux-2.6-microblaze.git] / drivers / xen / gntdev.c
index 0258415..50651e5 100644 (file)
@@ -652,7 +652,7 @@ static long gntdev_ioctl_notify(struct gntdev_priv *priv, void __user *u)
        struct gntdev_grant_map *map;
        int rc;
        int out_flags;
-       unsigned int out_event;
+       evtchn_port_t out_event;
 
        if (copy_from_user(&op, u, sizeof(op)))
                return -EFAULT;