Browse Source

irqdomain: Document size parameter of irq_domain_add_linear()

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Mark Brown 13 years ago
parent
commit
a87487e687
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kernel/irq/irqdomain.c

+ 1 - 0
kernel/irq/irqdomain.c

@@ -217,6 +217,7 @@ EXPORT_SYMBOL_GPL(irq_domain_add_legacy);
 /**
 /**
  * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain.
  * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain.
  * @of_node: pointer to interrupt controller's device tree node.
  * @of_node: pointer to interrupt controller's device tree node.
+ * @size: Number of interrupts in the domain.
  * @ops: map/unmap domain callbacks
  * @ops: map/unmap domain callbacks
  * @host_data: Controller private data pointer
  * @host_data: Controller private data pointer
  */
  */