aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/clk-private.h')
-rw-r--r--include/linux/clk-private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/clk-private.h b/include/linux/clk-private.h
index e9c8b9841b1..e7032fdd45e 100644
--- a/include/linux/clk-private.h
+++ b/include/linux/clk-private.h
@@ -181,8 +181,10 @@ struct clk {
181 * 181 *
182 * It is not necessary to call clk_register if __clk_init is used directly with 182 * It is not necessary to call clk_register if __clk_init is used directly with
183 * statically initialized clock data. 183 * statically initialized clock data.
184 *
185 * Returns 0 on success, otherwise an error code.
184 */ 186 */
185void __clk_init(struct device *dev, struct clk *clk); 187int __clk_init(struct device *dev, struct clk *clk);
186 188
187#endif /* CONFIG_COMMON_CLK */ 189#endif /* CONFIG_COMMON_CLK */
188#endif /* CLK_PRIVATE_H */ 190#endif /* CLK_PRIVATE_H */