mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
[linux-2.6-microblaze.git] / include / linux / vfio.h
index 5d92ee1..38d3c6a 100644 (file)
@@ -76,7 +76,9 @@ struct vfio_iommu_driver_ops {
                                        struct iommu_group *group);
        void            (*detach_group)(void *iommu_data,
                                        struct iommu_group *group);
-       int             (*pin_pages)(void *iommu_data, unsigned long *user_pfn,
+       int             (*pin_pages)(void *iommu_data,
+                                    struct iommu_group *group,
+                                    unsigned long *user_pfn,
                                     int npage, int prot,
                                     unsigned long *phys_pfn);
        int             (*unpin_pages)(void *iommu_data,