diff options
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/address.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/of/address.c b/drivers/of/address.c index 73ddf2540f3f..7de41abe7153 100644 --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -857,6 +857,9 @@ static int __of_address_to_resource(struct device_node *dev, /** * of_address_to_resource - Translate device tree address and return as resource + * @dev: Caller's Device Node + * @index: Index into the array + * @r: Pointer to resource array * * Note that if your address is a PIO address, the conversion will fail if * the physical address can't be internally converted to an IO token with |