Re: [RFC PATCH 1/8] of/device: Allow specifying a custom iommu_spec to of_dma_configure

From: Mikko Perttunen
Date: Mon Feb 08 2021 - 13:47:42 EST


On 2/8/21 6:38 PM, Mikko Perttunen wrote:
...
-static int of_iommu_xlate(struct device *dev,
- struct of_phandle_args *iommu_spec)
+int of_iommu_xlate(struct device *dev, struct of_phandle_args *iommu_spec)
...
+EXPORT_SYMBOL_GPL(of_iommu_xlate);

These two chunks should not be needed.. looks like I left them in from some earlier experiments.

Sending patches out is really the best way to notice mistakes, even after reading through them 5 times before.. :)

Mikko