linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: imx: Remove unused imx_get_clk_hw_fixed
@ 2019-03-21 15:25 Abel Vesa
  2019-03-26  8:50 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Abel Vesa @ 2019-03-21 15:25 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd, Shawn Guo, Sascha Hauer,
	Aisheng Dong, Lucas Stach, Fabio Estevam
  Cc: dl-linux-imx, Jacky Bai, linux-clk, linux-arm-kernel,
	Linux Kernel Mailing List, Abel Vesa

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(-)

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)
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: imx: Remove unused imx_get_clk_hw_fixed
  2019-03-21 15:25 [PATCH] clk: imx: Remove unused imx_get_clk_hw_fixed Abel Vesa
@ 2019-03-26  8:50 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2019-03-26  8:50 UTC (permalink / raw)
  To: Abel Vesa
  Cc: Mike Turquette, Stephen Boyd, Sascha Hauer, Aisheng Dong,
	Lucas Stach, Fabio Estevam, dl-linux-imx, Jacky Bai, linux-clk,
	linux-arm-kernel, Linux Kernel Mailing List

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-26  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21 15:25 [PATCH] clk: imx: Remove unused imx_get_clk_hw_fixed Abel Vesa
2019-03-26  8:50 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).