diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-06-18 15:08:33 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2013-06-24 15:38:12 +0200 |
commit | 6fff8314046276331314ae32cea34c6d11c440d2 (patch) | |
tree | e5af49b3196569a3cc53bbba3203dbe8621a279c /kernel/irq | |
parent | ee23871389d51e07380d23887333622fbe7d3dd9 (diff) | |
download | linux-6fff8314046276331314ae32cea34c6d11c440d2.tar.bz2 |
genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chips
Commit 088f40b7b027dad6519712ff224a5798dd62a204 ("genirq: Generic chip:
Add linear irq domain support") missed kerneldoc for the gcflags
argument of irq_alloc_domain_generic_chips(). Add it now.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Link: http://lkml.kernel.org/r/1371564513-4327-1-git-send-email-james.hogan@imgtec.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/irq')
-rw-r--r-- | kernel/irq/generic-chip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/generic-chip.c b/kernel/irq/generic-chip.c index 95575d8d5392..a746a8f54dae 100644 --- a/kernel/irq/generic-chip.c +++ b/kernel/irq/generic-chip.c @@ -254,6 +254,7 @@ irq_gc_init_mask_cache(struct irq_chip_generic *gc, enum irq_gc_flags flags) * @handler: Default flow handler associated with these chips * @clr: IRQ_* bits to clear in the mapping function * @set: IRQ_* bits to set in the mapping function + * @gcflags: Generic chip specific setup flags */ int irq_alloc_domain_generic_chips(struct irq_domain *d, int irqs_per_chip, int num_ct, const char *name, |