Re: [PATCH] MIPS: alchemy: Remove CLK_IS_ROOT

2016-05-11 Thread Ralf Baechle
On Tue, Apr 19, 2016 at 06:34:37PM -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: Manuel Lauss > Signed-off-by: Stephen Boyd Thanks, applied. Ralf

[PATCH] MIPS: alchemy: 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: Manuel Lauss Signed-off-by: Stephen Boyd --- arch/mips/alchemy/common/clock.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/mips/alchemy/common/clock.c b/ar