Skip to content

Commit

Permalink
clk: zynq: Add missing zynq clk header
Browse files Browse the repository at this point in the history
Include zynq clk header where init function is declared.

It removes this sparse warning:
drivers/clk/clk-zynq.c:373:13: warning: symbol
'xilinx_zynq_clocks_init' was not declared. Should it be static?

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Michal Simek authored and Mike Turquette committed Mar 27, 2013
1 parent e327699 commit 43c4120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/clk-zynq.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/clk-provider.h>
#include <linux/clk/zynq.h>

static void __iomem *slcr_base;

Expand Down

0 comments on commit 43c4120

Please sign in to comment.