clk: sunxi: fix function type for CLK_OF_DECLARE
authorRob Herring <robh@kernel.org>
Mon, 12 May 2014 16:32:28 +0000 (11:32 -0500)
committerRob Herring <robh@kernel.org>
Tue, 20 May 2014 19:25:22 +0000 (14:25 -0500)
commit83221923fc09c5ad3f1afbfb5d227a7ff1638b29
tree532c63b7a35ec32c65ec5e12c6a2ea2cd720d727
parentcb7d5f425fd1c5f2295770c3ee36c950a0b6714b
clk: sunxi: fix function type for CLK_OF_DECLARE

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

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Cc: "Emilio López" <emilio@elopez.com.ar>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clk/sunxi/clk-sunxi.c