Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[deliverable/linux.git] / drivers / clk / clk-si514.c
index 6af7dce542411eadc79ea308fa89307efb36f11c..ceef25b0990bb96df60ae6334859b1246e2ac86a 100644 (file)
@@ -313,7 +313,7 @@ static int si514_probe(struct i2c_client *client,
                return -ENOMEM;
 
        init.ops = &si514_clk_ops;
-       init.flags = CLK_IS_ROOT;
+       init.flags = 0;
        init.num_parents = 0;
        data->hw.init = &init;
        data->i2c_client = client;
This page took 0.054558 seconds and 5 git commands to generate.