diff mbox series

clk: imx: Remove unused imx_get_clk_hw_fixed

Message ID 1553181943-24123-1-git-send-email-abel.vesa@nxp.com (mailing list archive)
State Mainlined, archived
Commit 48a15bb42df85d30e13281642a12fd27221668fa
Headers show
Series clk: imx: Remove unused imx_get_clk_hw_fixed | expand

Commit Message

Abel Vesa March 21, 2019, 3:25 p.m. UTC
This is never used and the imx_clk_hw_fixed does the same thing.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 drivers/clk/imx/clk.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Shawn Guo March 26, 2019, 8:50 a.m. UTC | #1
On Thu, Mar 21, 2019 at 03:25:54PM +0000, Abel Vesa wrote:
> This is never used and the imx_clk_hw_fixed does the same thing.
> 
> Signed-off-by: Abel Vesa <abel.vesa@nxp.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h
index 5748ec8..edc12d6 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)
 	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)