commit | 83221923fc09c5ad3f1afbfb5d227a7ff1638b29 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon May 12 11:32:28 2014 -0500 |
committer | Rob Herring <robh@kernel.org> | Tue May 20 14:25:22 2014 -0500 |
tree | 532c63b7a35ec32c65ec5e12c6a2ea2cd720d727 | |
parent | cb7d5f425fd1c5f2295770c3ee36c950a0b6714b [diff] |
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>