diff options
Diffstat (limited to 'include/linux/clk.h')
-rw-r--r-- | include/linux/clk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h index 3c096c7a51dc..853a8f181394 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h | |||
@@ -359,6 +359,7 @@ int __must_check devm_clk_bulk_get(struct device *dev, int num_clks, | |||
359 | /** | 359 | /** |
360 | * devm_clk_bulk_get_optional - managed get multiple optional consumer clocks | 360 | * devm_clk_bulk_get_optional - managed get multiple optional consumer clocks |
361 | * @dev: device for clock "consumer" | 361 | * @dev: device for clock "consumer" |
362 | * @num_clks: the number of clk_bulk_data | ||
362 | * @clks: pointer to the clk_bulk_data table of consumer | 363 | * @clks: pointer to the clk_bulk_data table of consumer |
363 | * | 364 | * |
364 | * Behaves the same as devm_clk_bulk_get() except where there is no clock | 365 | * Behaves the same as devm_clk_bulk_get() except where there is no clock |