diff options
Diffstat (limited to 'arch/arm/mach-imx/clk.h')
-rw-r--r-- | arch/arm/mach-imx/clk.h | 3 |
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 @@ | |||
8 | struct clk *imx_clk_pllv1(const char *name, const char *parent, | 8 | struct clk *imx_clk_pllv1(const char *name, const char *parent, |
9 | void __iomem *base); | 9 | void __iomem *base); |
10 | 10 | ||
11 | struct clk *imx_clk_pllv2(const char *name, const char *parent, | ||
12 | void __iomem *base); | ||
13 | |||
11 | static inline struct clk *imx_clk_fixed(const char *name, int rate) | 14 | static 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); |