]> git.baikalelectronics.ru Git - kernel.git/commit
clk: rockchip: fix function type for CLK_OF_DECLARE
authorRob Herring <robh@kernel.org>
Mon, 12 May 2014 16:22:25 +0000 (11:22 -0500)
committerRob Herring <robh@kernel.org>
Tue, 20 May 2014 19:25:22 +0000 (14:25 -0500)
commitb6cd967aa52ae816bcf1ac346d2f739bc8eda0b3
tree797694b7117ec2524ddf445e12b5dd384367c257
parent1604c658ea755822cf9cd49abdaf07be93772f79
clk: rockchip: fix function type for CLK_OF_DECLARE

Adding function type checking to CLK_OF_DECLARE found a type mismatch with
rk2928_gate_clk_init. The function only takes a single struct device_node
parameter.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/rockchip/clk-rockchip.c