On 03.05.2023 01:36, Vikram Garhwal wrote: > --- a/xen/include/xen/iommu.h > +++ b/xen/include/xen/iommu.h > @@ -219,6 +219,8 @@ int iommu_deassign_dt_device(struct domain *d, struct > dt_device_node *dev); > int iommu_dt_domain_init(struct domain *d); > int iommu_release_dt_devices(struct domain *d); > > +int iommu_remove_dt_device(struct dt_device_node *np); > + > /* > * Helper to add master device to the IOMMU using generic IOMMU DT bindings. > *
Nit: I'd consider it more logical if this declaration came after iommu_add_dt_device()'s. With that adjustment: Acked-by: Jan Beulich <jbeul...@suse.com> Jan