diff options
Diffstat (limited to 'drivers/clk/clk.c')
-rw-r--r-- | drivers/clk/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index a24b121747ac..ddade8759ea9 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c | |||
@@ -1328,7 +1328,7 @@ out: | |||
1328 | */ | 1328 | */ |
1329 | struct clk *clk_register(struct device *dev, const char *name, | 1329 | struct clk *clk_register(struct device *dev, const char *name, |
1330 | const struct clk_ops *ops, struct clk_hw *hw, | 1330 | const struct clk_ops *ops, struct clk_hw *hw, |
1331 | char **parent_names, u8 num_parents, unsigned long flags) | 1331 | const char **parent_names, u8 num_parents, unsigned long flags) |
1332 | { | 1332 | { |
1333 | struct clk *clk; | 1333 | struct clk *clk; |
1334 | 1334 | ||