On Wed, Jan 27, 2010 at 05:43:26PM -0800, wellsk40 at gmail.com wrote: > +static struct clk_lookup lookups[] __initdata = { This shouldn't be __initdata, since it'll be needed when loading modules which use clk_get(). Rabin