aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-04-29 17:34:42 -0400
committerShawn Guo <shawn.guo@linaro.org>2015-06-03 02:49:34 -0400
commita39973a4fdad7be1edaf276334b3a1907fe31025 (patch)
treec7818be6c06dc9efca55dccd442a42de55141f99 /drivers/clk/imx
parent65d0a16dce3c2564b21c13d8492af48959a3c3c3 (diff)
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 <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/clk/imx')
-rw-r--r--drivers/clk/imx/clk-cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imx/clk-cpu.c b/drivers/clk/imx/clk-cpu.c
index aa1c345e2a19..9d46eac87f45 100644
--- a/drivers/clk/imx/clk-cpu.c
+++ b/drivers/clk/imx/clk-cpu.c
@@ -12,6 +12,7 @@
12#include <linux/clk.h> 12#include <linux/clk.h>
13#include <linux/clk-provider.h> 13#include <linux/clk-provider.h>
14#include <linux/slab.h> 14#include <linux/slab.h>
15#include "clk.h"
15 16
16struct clk_cpu { 17struct clk_cpu {
17 struct clk_hw hw; 18 struct clk_hw hw;