mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
of/irq: Export of_msi_xlate() for module usage
of_msi_xlate() is required by drivers that can be configured as modular, export the symbol. Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Reviewed-by: Frank Li <Frank.Li@nxp.com> Cc: Rob Herring <robh@kernel.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20251021124103.198419-4-lpieralisi@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
committed by
Rob Herring (Arm)
parent
c71af4d6d5
commit
7209ff3100
@@ -733,6 +733,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
|
||||
|
||||
Reference in New Issue
Block a user