]> Git Repo - linux.git/commitdiff
irqdomain: Document size parameter of irq_domain_add_linear()
authorMark Brown <[email protected]>
Sat, 19 May 2012 11:15:35 +0000 (12:15 +0100)
committerGrant Likely <[email protected]>
Sat, 19 May 2012 19:07:51 +0000 (13:07 -0600)
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
kernel/irq/irqdomain.c

index 9a6e8a8747db4596d264e83e038acc36c210d8ac..41c1564103f1e082444a6638673d44ccf4707b35 100644 (file)
@@ -217,6 +217,7 @@ EXPORT_SYMBOL_GPL(irq_domain_add_legacy);
 /**
  * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain.
  * @of_node: pointer to interrupt controller's device tree node.
+ * @size: Number of interrupts in the domain.
  * @ops: map/unmap domain callbacks
  * @host_data: Controller private data pointer
  */
This page took 0.055491 seconds and 4 git commands to generate.