[PATCH v3 3/5] of/irq: Export of_msi_xlate() for module usage

Lorenzo Pieralisi lpieralisi at kernel.org
Fri Oct 17 01:47:50 PDT 2025


of_msi_xlate() is required by drivers that can be configured
as modular, export the symbol.

Signed-off-by: Lorenzo Pieralisi <lpieralisi at kernel.org>
Cc: Rob Herring <robh at kernel.org>
---
 drivers/of/irq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index 9f6cd5abba76..889d0dfbcb3f 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -732,6 +732,7 @@ u32 of_msi_xlate(struct device *dev, struct device_node **msi_np, u32 id_in)
 	}
 	return id_out;
 }
+EXPORT_SYMBOL_GPL(of_msi_xlate);
 
 /**
  * of_msi_map_get_device_domain - Use msi-map to find the relevant MSI domain
-- 
2.50.1




More information about the linux-arm-kernel mailing list