> From: Jason Gunthorpe <[email protected]> > Sent: Wednesday, April 9, 2025 12:36 AM > > +#if IS_ENABLED(CONFIG_FSL_PAMU) > struct iommu_domain *(*domain_alloc)(unsigned > iommu_domain_type); > +#endif
what about directly calling it as domain_alloc_fsl(), given no more drivers can support it? Reviewed-by: Kevin Tian <[email protected]>
