On Tue, Oct 14, 2008 at 01:55:07PM -0600, ext Paul Walmsley wrote: > 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? > Hmm. This seems to be a change which should have been in the normal pm counters patch. Somehow it didn't get there. I will send an updated version of that patch. Cheers, Peter. -- goa is a state of mind -- 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