diff options
-rw-r--r-- | kernel/irq/irqdesc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c index cb65d0360e31..039b889ea053 100644 --- a/kernel/irq/irqdesc.c +++ b/kernel/irq/irqdesc.c | |||
@@ -344,6 +344,7 @@ EXPORT_SYMBOL_GPL(irq_free_descs); | |||
344 | * @from: Start the search from this irq number | 344 | * @from: Start the search from this irq number |
345 | * @cnt: Number of consecutive irqs to allocate. | 345 | * @cnt: Number of consecutive irqs to allocate. |
346 | * @node: Preferred node on which the irq descriptor should be allocated | 346 | * @node: Preferred node on which the irq descriptor should be allocated |
347 | * @owner: Owning module (can be NULL) | ||
347 | * | 348 | * |
348 | * Returns the first irq number or error code | 349 | * Returns the first irq number or error code |
349 | */ | 350 | */ |