]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/vfio/mdev/mdev_private.h
Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-hirsute-kernel.git] / drivers / vfio / mdev / mdev_private.h
index 379758c52b1b4cc40a566ef9e530a33a77f59a08..36cbbdb754deade31338b715a0750b0172553617 100644 (file)
@@ -30,9 +30,9 @@ struct mdev_device {
        struct mdev_parent *parent;
        guid_t uuid;
        void *driver_data;
-       struct kref ref;
        struct list_head next;
        struct kobject *type_kobj;
+       struct device *iommu_device;
        bool active;
 };