]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
irqdomain: Document size parameter of irq_domain_add_linear()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 19 May 2012 11:15:35 +0000 (12:15 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 19 May 2012 19:07:51 +0000 (13:07 -0600)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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
  */