dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Mark Brown 2012-05-19 12:15:35 +01:00 committed by Grant Likely
parent 54a9058860
commit a87487e687
1 changed files with 1 additions and 0 deletions

View 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
*/