On 07/04/2021 01.47, Rob Herring wrote:
+EXPORT_SYMBOL_GPL(of_mmio_is_nonposted);Is this needed outside of of/address.c? If not, please make it static and don't export.
Ah, yes, that was cargo culted from of_dma_is_coherent. Not sure how I missed that it's obviously unnecessary. Thanks for pointing it out.
With that, Reviewed-by: Rob Herring <[email protected]>
Thanks! -- Hector Martin ([email protected]) Public Key: https://mrcn.st/pub

