aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/clk-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 0236f58f3e65..06ad617664a2 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -144,7 +144,7 @@ struct clk_init_data {
144 */ 144 */
145struct clk_hw { 145struct clk_hw {
146 struct clk *clk; 146 struct clk *clk;
147 struct clk_init_data *init; 147 const struct clk_init_data *init;
148}; 148};
149 149
150/* 150/*