Re: [PATCH] MIPS: ath79: Remove CLK_IS_ROOT

2016-05-11 Thread Ralf Baechle
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 > Signed-off-by: Stephen Boyd Thanks, applied. Ralf

[PATCH] MIPS: ath79: Remove CLK_IS_ROOT

2016-04-19 Thread Stephen Boyd
This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate CLK_IS_ROOT", 2016-02-02) so remove it. Cc: Antony Pavlov Signed-off-by: Stephen Boyd --- 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