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.