clk: imx: Remove unused imx_get_clk_hw_fixed
authorAbel Vesa <abel.vesa@nxp.com>
Thu, 21 Mar 2019 15:25:54 +0000 (15:25 +0000)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Mar 2019 08:49:49 +0000 (16:49 +0800)
This is never used and the imx_clk_hw_fixed does the same thing.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk.h

index 5748ec8..edc12d6 100644 (file)
@@ -138,11 +138,6 @@ static inline struct clk_hw *imx_clk_hw_fixed(const char *name, int rate)
        return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate);
 }
 
-static inline struct clk_hw *imx_get_clk_hw_fixed(const char *name, int rate)
-{
-       return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate);
-}
-
 static inline struct clk *imx_clk_mux_ldb(const char *name, void __iomem *reg,
                        u8 shift, u8 width, const char * const *parents,
                        int num_parents)