clk: add "const" for clk_ops of basic clks
authorShawn Guo <shawn.guo@linaro.org>
Tue, 27 Mar 2012 07:23:22 +0000 (15:23 +0800)
committerMike Turquette <mturquette@linaro.org>
Tue, 24 Apr 2012 23:37:38 +0000 (16:37 -0700)
commit822c250e154cd44cf60a4f0d647aa70abea09520
treee23420400357585a3ab0cdbacd2c8d8b9605efd2
parentc0d2530c03cbf3741cb7a0f8ebae93e7a563fc58
clk: add "const" for clk_ops of basic clks

The clk_ops of basic clks should have "const" to match the definition
in "struct clk" and clk_register prototype.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk-divider.c
drivers/clk/clk-fixed-rate.c
drivers/clk/clk-gate.c
drivers/clk/clk-mux.c
include/linux/clk-private.h