Re: [RFC V1 6/7] ims-msi: Add APIs to allocate/free IMS interrupts

From: Bjorn Helgaas
Date: Thu Sep 26 2019 - 17:44:24 EST


On Thu, Sep 12, 2019 at 06:32:07PM -0700, Megha Dey wrote:
> This patch introduces APIs to allocate and free IMS interrupts.

> +int __dev_ims_alloc_irqs(struct device *dev, int nvec,
> + struct dev_ims_ops *ops,
> + struct irq_affinity *affd)

Should be static? The only reference is in this file.