public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: ath79: Remove CLK_IS_ROOT
@ 2016-04-20  1:33 Stephen Boyd
  2016-05-11 12:09 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2016-04-20  1:33 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-kernel, linux-mips, Antony Pavlov

This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate
CLK_IS_ROOT", 2016-02-02) so remove it.

Cc: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/mips/ath79/clock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/ath79/clock.c b/arch/mips/ath79/clock.c
index 3cfc5ecddddf..2e7378467c5c 100644
--- a/arch/mips/ath79/clock.c
+++ b/arch/mips/ath79/clock.c
@@ -44,7 +44,7 @@ static struct clk *__init ath79_add_sys_clkdev(
 	struct clk *clk;
 	int err;
 
-	clk = clk_register_fixed_rate(NULL, id, NULL, CLK_IS_ROOT, rate);
+	clk = clk_register_fixed_rate(NULL, id, NULL, 0, rate);
 	if (!clk)
 		panic("failed to allocate %s clock structure", id);
 
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* Re: [PATCH] MIPS: ath79: Remove CLK_IS_ROOT
  2016-04-20  1:33 [PATCH] MIPS: ath79: Remove CLK_IS_ROOT Stephen Boyd
@ 2016-05-11 12:09 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2016-05-11 12:09 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: linux-kernel, linux-mips, Antony Pavlov

On Tue, Apr 19, 2016 at 06:33:21PM -0700, Stephen Boyd wrote:

> This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate
> CLK_IS_ROOT", 2016-02-02) so remove it.
> 
> Cc: Antony Pavlov <antonynpavlov@gmail.com>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

Thanks, applied.

  Ralf

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

end of thread, other threads:[~2016-05-11 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20  1:33 [PATCH] MIPS: ath79: Remove CLK_IS_ROOT Stephen Boyd
2016-05-11 12:09 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox