Skip to content

Commit

Permalink
irqdomain: Document size parameter of irq_domain_add_linear()
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
  • Loading branch information
broonie authored and glikely committed May 19, 2012
1 parent 54a9058 commit a87487e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/irq/irqdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit a87487e

Please sign in to comment.