Re: [PATCH 3/4] clk: Add fixed-rate clock
From: Mike Frysinger
Date: Mon May 30 2011 - 01:02:33 EST
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
Attachment:
signature.asc
Description: This is a digitally signed message part.