From: Fabio Estevam Date: Wed, 29 Apr 2015 21:34:42 +0000 (-0300) Subject: clk: imx: clk-cpu: Include "clk.h" header file X-Git-Tag: v4.14-rc1~5175^2~8^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a39973a4fdad7be1edaf276334b3a1907fe31025;p=platform%2Fkernel%2Flinux-rpi.git clk: imx: clk-cpu: Include "clk.h" header file Include the "clk.h" header file to fix the following sparse warning: drivers/clk/imx/clk-cpu.c:77:12: warning: symbol 'imx_clk_cpu' was not declared. Should it be static? Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/drivers/clk/imx/clk-cpu.c b/drivers/clk/imx/clk-cpu.c index aa1c345..9d46eac 100644 --- a/drivers/clk/imx/clk-cpu.c +++ b/drivers/clk/imx/clk-cpu.c @@ -12,6 +12,7 @@ #include #include #include +#include "clk.h" struct clk_cpu { struct clk_hw hw;