kernel/arch/mips/alchemy/common/clock.c
.. .. @@ -161,7 +161,7 @@ 161 161 id.name = ALCHEMY_CPU_CLK; 162 162 id.parent_names = &parent_name; 163 163 id.num_parents = 1; 164 - id.flags = CLK_IS_BASIC;164 + id.flags = 0;165 165 id.ops = &alchemy_clkops_cpu; 166 166 h->init = &id; 167 167