commit | c466595c416c04036e1ba36ecdc5fe9072c76228 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Nov 23 08:26:04 2015 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Dec 16 15:29:44 2015 +0000 |
tree | 3fad0898ec4c3fe0087189a7f257d07926e370e5 | |
parent | 72f57f2f430f9d262fe3c8dd957f57cbdc1f5f97 [diff] |
irqdomain: Make irq_domain_alloc_irqs_recursive available We are soon going to need the MSI layer to call into the domain allocators. Instead of open coding this, make the standard irq_domain_alloc_irqs_recursive function available to the MSI layer. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>