diff options
Diffstat (limited to 'drivers/of/irq.c')
-rw-r--r-- | drivers/of/irq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c index ec00ae7..7dcea86 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -83,9 +83,8 @@ EXPORT_SYMBOL_GPL(of_irq_find_parent); /** * of_irq_parse_raw - Low level interrupt tree parsing - * @parent: the device interrupt parent * @addr: address specifier (start of "reg" property of the device) in be32 format - * @out_irq: structure of_irq updated by this function + * @out_irq: structure of_phandle_args updated by this function * * Returns 0 on success and a negative number on error * |