From: Rob Herring Date: Mon, 12 May 2014 16:22:25 +0000 (-0500) Subject: clk: rockchip: fix function type for CLK_OF_DECLARE X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~21^2~2^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c46f43f08004d6d25772c9b6e24fa048c8c3efc;p=pandora-kernel.git 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 Acked-by: Mike Turquette --- Reading git-diff-tree failed