aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/clk.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/clk.h')
-rw-r--r--arch/arm/mach-imx/clk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/clk.h b/arch/arm/mach-imx/clk.h
index 8a4aee61866a..7f5da75f30b3 100644
--- a/arch/arm/mach-imx/clk.h
+++ b/arch/arm/mach-imx/clk.h
@@ -8,6 +8,9 @@
8struct clk *imx_clk_pllv1(const char *name, const char *parent, 8struct clk *imx_clk_pllv1(const char *name, const char *parent,
9 void __iomem *base); 9 void __iomem *base);
10 10
11struct clk *imx_clk_pllv2(const char *name, const char *parent,
12 void __iomem *base);
13
11static inline struct clk *imx_clk_fixed(const char *name, int rate) 14static inline struct clk *imx_clk_fixed(const char *name, int rate)
12{ 15{
13 return clk_register_fixed_rate(NULL, name, NULL, CLK_IS_ROOT, rate); 16 return clk_register_fixed_rate(NULL, name, NULL, CLK_IS_ROOT, rate);