···267267 const char **parents;268268 int num_parents, i;269269 spinlock_t *rlock = NULL;270270- unsigned long flex_flags = 0;271270 int ret;272271273272 pnode = of_get_parent(np);···307308 for (i = 0; i < clk_data->clk_num; i++) {308309 struct clk *clk;309310 const char *clk_name;311311+ unsigned long flex_flags = 0;310312311313 if (of_property_read_string_index(np, "clock-output-names",312314 i, &clk_name)) {313315 break;314316 }317317+318318+ of_clk_detect_critical(np, i, &flex_flags);315319316320 /*317321 * If we read an empty clock name then the output is unused