]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Alchemy: make clk_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 26 Sep 2017 13:51:05 +0000 (19:21 +0530)
committerJames Hogan <jhogan@kernel.org>
Tue, 7 Nov 2017 18:33:16 +0000 (18:33 +0000)
commitc05afeec17cdba6c5c70de4226c136ceee5568df
treebceb1a4fef23dc5b804395382ad63b20116fdcb0
parenta58f85b5d5bbe44ee9dc8eae03a4f21fa3e087cc
MIPS: Alchemy: make clk_ops const

Make these const as they are only stored in the "const " ops field of a
clk_init_data structure.

Structure found using Coccinelle and changes done by hand.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Cc: julia.lawall@lip6.fr
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17374/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/alchemy/common/clock.c