Re: [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static

2023-11-13 Thread Jerry Snitselaar
On Fri, Nov 03, 2023 at 01:44:57PM -0300, Jason Gunthorpe wrote: ... > @@ -1044,11 +1043,6 @@ static inline int iommu_fwspec_add_ids(struct device > *dev, u32 *ids, > } > > static inline ^ was missed in the deletion below > -const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_hand

Re: [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static

2023-11-08 Thread André Draszik
Hi Jason, On Fri, 2023-11-03 at 13:44 -0300, Jason Gunthorpe wrote: > There are no external callers now. > > Signed-off-by: Jason Gunthorpe > --- >  drivers/iommu/iommu.c | 3 ++- >  include/linux/iommu.h | 6 -- >  2 files changed, 2 insertions(+), 7 deletions(-) > > diff --git a/drivers/iom