]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
clk: imx: clk-cpu: Include "clk.h" header file
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 29 Apr 2015 21:34:42 +0000 (18:34 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:49:34 +0000 (14:49 +0800)
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 <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
drivers/clk/imx/clk-cpu.c

index aa1c345e2a1911e3a0803aa3782227844b0ff738..9d46eac87f45e7f4ec0e2f72aba0b179b574b9a6 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/clk.h>
 #include <linux/clk-provider.h>
 #include <linux/slab.h>
+#include "clk.h"
 
 struct clk_cpu {
        struct clk_hw   hw;