diff options
| -rw-r--r-- | drivers/clk/imx/clk.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h index 5748ec8673e4..edc12d68a5e5 100644 --- a/drivers/clk/imx/clk.h +++ b/drivers/clk/imx/clk.h | |||
| @@ -138,11 +138,6 @@ static inline struct clk_hw *imx_clk_hw_fixed(const char *name, int rate) | |||
| 138 | return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate); | 138 | return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate); |
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | static inline struct clk_hw *imx_get_clk_hw_fixed(const char *name, int rate) | ||
| 142 | { | ||
| 143 | return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate); | ||
| 144 | } | ||
| 145 | |||
| 146 | static inline struct clk *imx_clk_mux_ldb(const char *name, void __iomem *reg, | 141 | static inline struct clk *imx_clk_mux_ldb(const char *name, void __iomem *reg, |
| 147 | u8 shift, u8 width, const char * const *parents, | 142 | u8 shift, u8 width, const char * const *parents, |
| 148 | int num_parents) | 143 | int num_parents) |
