of/irq: export of_msi_get_domain
JIRA: https://issues.redhat.com/browse/RHEL-29244 commit beb6f6493853d862490f0d5b99910caa358dd3d4 Author: Kevin Hilman <khilman@baylibre.com> Date: Thu Sep 29 16:48:18 2022 -0700 of/irq: export of_msi_get_domain Export of_mis_get_domain to enable it for users from outside. Signed-off-by: Matthias Brugger <mbrugger@suse.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Link: https://lore.kernel.org/r/20200122104723.16955-1-peter.ujfalusi@ti.com Signed-off-by: Kevin Hilman <khilman@baylibre.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com> Link: https://lore.kernel.org/r/20220929234820.940048-2-khilman@baylibre.com Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
This commit is contained in:
parent
6e76250c47
commit
cf8b80c688
|
@ -727,6 +727,7 @@ struct irq_domain *of_msi_get_domain(struct device *dev,
|
|||
|
||||
return NULL;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(of_msi_get_domain);
|
||||
|
||||
/**
|
||||
* of_msi_configure - Set the msi_domain field of a device
|
||||
|
|
Loading…
Reference in New Issue