On Tue, 14 Oct 2008, Peter 'p2' De Schrijver wrote: > @@ -179,9 +183,12 @@ void pwrdm_init(struct powerdomain **pwrdm_list) > { > struct powerdomain **p = NULL; > > - if (pwrdm_list) > - for (p = pwrdm_list; *p; p++) > + if (pwrdm_list) { > + for (p = pwrdm_list; *p; p++) { > pwrdm_register(*p); > + _pwrdm_setup(*p); perhaps I am going blind - could you point me at where _pwrdm_setup() is defined? > + } > + } > } - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html