Skip to content

Commit e4c740e

Browse files
bebarinorjarzmik
authored andcommitted
ARM: pxa: Remove CLK_IS_ROOT
This flag is a no-op now (see commit 47b0eeb "clk: Deprecate CLK_IS_ROOT", 2016-02-02) so remove it. Signed-off-by: Stephen Boyd <[email protected]>
1 parent f806dac commit e4c740e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-pxa/eseries.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct resource eseries_tmio_resources[] = {
128128
/* Some e-series hardware cannot control the 32K clock */
129129
static void __init __maybe_unused eseries_register_clks(void)
130130
{
131-
clk_register_fixed_rate(NULL, "CLK_CK32K", NULL, CLK_IS_ROOT, 32768);
131+
clk_register_fixed_rate(NULL, "CLK_CK32K", NULL, 0, 32768);
132132
}
133133

134134
#ifdef CONFIG_MACH_E330

0 commit comments

Comments
 (0)