> > +static struct clk_lookup lookups[] __initdata = { > > This shouldn't be __initdata, since it'll be needed when loading modules > which use clk_get(). > Nice catch - I'll fix this.