On Thu, Apr 10, 2025 at 05:57:44AM +0000, Tian, Kevin wrote: > > From: Jason Gunthorpe <j...@nvidia.com> > > 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?
That would be good, but I'd want to change all the call sites too, and I'm not sure how to reliably find them... Jason