]> git.karo-electronics.de Git - linux-beck.git/commit
clk: ti: dra7: constify clk_hw_omap_ops structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 15 Nov 2015 19:48:14 +0000 (20:48 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Sat, 21 Nov 2015 00:22:21 +0000 (16:22 -0800)
commitd687767a910df17026df46b4eb54af49f310a9e7
tree625e28d0b1688dbd2fec3e8c0c11577195f69261
parentf49afecc8213c88435f44641d7f0ac8dca403bc7
clk: ti: dra7: constify clk_hw_omap_ops structure

The clk_hw_omap_ops structures are never modified, so declare this one as
const, like the others.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/ti/apll.c