clk: Remove CLK_IS_BASIC clk flag
[linux.git] / arch / mips / alchemy / common / clock.c
index d129475fd40dee71e759d4679c3b9eac48c24e91..a95a894aceaf1237852d5b18bb61a145099bc20f 100644 (file)
@@ -160,7 +160,7 @@ static struct clk __init *alchemy_clk_setup_cpu(const char *parent_name,
        id.name = ALCHEMY_CPU_CLK;
        id.parent_names = &parent_name;
        id.num_parents = 1;
-       id.flags = CLK_IS_BASIC;
+       id.flags = 0;
        id.ops = &alchemy_clkops_cpu;
        h->init = &id;
 
This page took 0.033972 seconds and 4 git commands to generate.