diff options
Diffstat (limited to 'drivers/clk/h8300/clk-h8s2678.c')
-rw-r--r-- | drivers/clk/h8300/clk-h8s2678.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/h8300/clk-h8s2678.c b/drivers/clk/h8300/clk-h8s2678.c index 11808cb4f141..46e16f22b38f 100644 --- a/drivers/clk/h8300/clk-h8s2678.c +++ b/drivers/clk/h8300/clk-h8s2678.c @@ -84,7 +84,7 @@ static const struct clk_ops pll_ops = { static void __init h8s2678_pll_clk_setup(struct device_node *node) { - unsigned int num_parents; + int num_parents; struct clk *clk; const char *clk_name = node->name; const char *parent_name; |