Re: [PATCH 1/1] irqdomain: Export __irq_domain_alloc_irqs() and irq_domain_free_irqs()
From: Thomas Gleixner
Date: Wed Jul 06 2016 - 07:19:58 EST
On Fri, 1 Jul 2016, Alexander Popov wrote:
> Export __irq_domain_alloc_irqs() and irq_domain_free_irqs() for being
> able to work with irq_domain hierarchy in modules.
We usually export only when we have a proper use case which is supposed to go
into the kernel tree proper. What's yours?
Thanks,
tglx