linux-arm-kernel.lists.infradead.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: Abel Vesa, Linux Kernel Mailing List, dl-linux-imx,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Jacky Bai

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ 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: Aisheng Dong, Jacky Bai, Stephen Boyd, Mike Turquette,
	Linux Kernel Mailing List, dl-linux-imx, Sascha Hauer,
	Fabio Estevam, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, Lucas Stach

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.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ 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).