On Friday, May 20, 2011 03:27:49 Jeremy Kerr wrote: > --- /dev/null > +++ b/drivers/clk/clk-fixed.c > +struct clk_hw_ops clk_fixed_ops = { > + .recalc_rate = clk_fixed_recalc_rate, > +}; > --- a/include/linux/clk.h > +++ b/include/linux/clk.h > +extern struct clk_hw_ops clk_fixed_ops; should be const -mike