Tag: d687767a910df17026df46b4eb54af49f310a9e7

clk: ti: dra7: constify clk_hw_omap_ops structure

Author: Julia Lawall <Julia.Lawall@lip6.fr> 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 Signed-off-by: Stephen Boyd — drivers/clk/ti/apll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/drivers/clk/ti/apll.c b/drivers/clk/ti/apll.c index f3eab6e..b336a8c 100644 — a/drivers/clk/ti/apll.c +++ b/drivers/clk/ti/apll.c …

Lire la suite