linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH shawnguo] clk: imx: imx8m_clk_composite_mux_ops can be static
       [not found] <202005211954.Rc03oK6u%lkp@intel.com>
@ 2020-05-21 11:04 ` kbuild test robot
  2020-05-21 14:39   ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2020-05-21 11:04 UTC (permalink / raw)
  To: Peng Fan; +Cc: Dong Aisheng, Shawn Guo, kbuild-all, linux-arm-kernel


Fixes: 3f0365dafe32 ("clk: imx: add mux ops for i.MX8M composite clk")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 clk-composite-8m.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/imx/clk-composite-8m.c b/drivers/clk/imx/clk-composite-8m.c
index 8fa60f22d377f..2d9562ebddc3f 100644
--- a/drivers/clk/imx/clk-composite-8m.c
+++ b/drivers/clk/imx/clk-composite-8m.c
@@ -164,7 +164,7 @@ imx8m_clk_composite_mux_determine_rate(struct clk_hw *hw,
 }
 
 
-const struct clk_ops imx8m_clk_composite_mux_ops = {
+static const struct clk_ops imx8m_clk_composite_mux_ops = {
 	.get_parent = imx8m_clk_composite_mux_get_parent,
 	.set_parent = imx8m_clk_composite_mux_set_parent,
 	.determine_rate = imx8m_clk_composite_mux_determine_rate,

_______________________________________________
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: [RFC PATCH shawnguo] clk: imx: imx8m_clk_composite_mux_ops can be static
  2020-05-21 11:04 ` [RFC PATCH shawnguo] clk: imx: imx8m_clk_composite_mux_ops can be static kbuild test robot
@ 2020-05-21 14:39   ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-05-21 14:39 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Dong Aisheng, Peng Fan, kbuild-all, linux-arm-kernel

On Thu, May 21, 2020 at 07:04:39PM +0800, kbuild test robot wrote:
> 
> Fixes: 3f0365dafe32 ("clk: imx: add mux ops for i.MX8M composite clk")
> Signed-off-by: kbuild test robot <lkp@intel.com>
> ---
>  clk-composite-8m.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/imx/clk-composite-8m.c b/drivers/clk/imx/clk-composite-8m.c
> index 8fa60f22d377f..2d9562ebddc3f 100644
> --- a/drivers/clk/imx/clk-composite-8m.c
> +++ b/drivers/clk/imx/clk-composite-8m.c
> @@ -164,7 +164,7 @@ imx8m_clk_composite_mux_determine_rate(struct clk_hw *hw,
>  }
>  
>  
> -const struct clk_ops imx8m_clk_composite_mux_ops = {
> +static const struct clk_ops imx8m_clk_composite_mux_ops = {

Amended the change.  Thanks!

Shawn

>  	.get_parent = imx8m_clk_composite_mux_get_parent,
>  	.set_parent = imx8m_clk_composite_mux_set_parent,
>  	.determine_rate = imx8m_clk_composite_mux_determine_rate,

_______________________________________________
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:[~2020-05-21 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202005211954.Rc03oK6u%lkp@intel.com>
2020-05-21 11:04 ` [RFC PATCH shawnguo] clk: imx: imx8m_clk_composite_mux_ops can be static kbuild test robot
2020-05-21 14:39   ` 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).