]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: imx: fix function type for CLK_OF_DECLARE
authorRob Herring <robh@kernel.org>
Mon, 12 May 2014 16:19:39 +0000 (11:19 -0500)
committerRob Herring <robh@kernel.org>
Tue, 20 May 2014 19:25:21 +0000 (14:25 -0500)
commit25585daaa03c790ec86e397e2fc188f56d4deaa9
tree7c7b3d41be238dd041ff1115b69122c692434965
parent9dd3107576c4bbd40e1c2c8b24d560abf9a7b991
ARM: imx: fix function type for CLK_OF_DECLARE

Adding function type checking to CLK_OF_DECLARE found a type mismatch with
mx35_clocks_init_dt. The function should return void.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Cc: Sascha Hauer <kernel@pengutronix.de>
arch/arm/mach-imx/clk-imx35.c