Loading kernel/irq/irqdesc.c +1 −0 Original line number Diff line number Diff line Loading @@ -344,6 +344,7 @@ EXPORT_SYMBOL_GPL(irq_free_descs); * @from: Start the search from this irq number * @cnt: Number of consecutive irqs to allocate. * @node: Preferred node on which the irq descriptor should be allocated * @owner: Owning module (can be NULL) * * Returns the first irq number or error code */ Loading Loading
kernel/irq/irqdesc.c +1 −0 Original line number Diff line number Diff line Loading @@ -344,6 +344,7 @@ EXPORT_SYMBOL_GPL(irq_free_descs); * @from: Start the search from this irq number * @cnt: Number of consecutive irqs to allocate. * @node: Preferred node on which the irq descriptor should be allocated * @owner: Owning module (can be NULL) * * Returns the first irq number or error code */ Loading