diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx.h')
-rw-r--r-- | arch/arm/mach-omap2/clock34xx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index 3f133a0df089..f8bdcc1e3d3c 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h | |||
@@ -1837,7 +1837,8 @@ static struct clk omapctrl_ick = { | |||
1837 | static struct clk ssi_l4_ick = { | 1837 | static struct clk ssi_l4_ick = { |
1838 | .name = "ssi_l4_ick", | 1838 | .name = "ssi_l4_ick", |
1839 | .parent = &l4_ick, | 1839 | .parent = &l4_ick, |
1840 | .flags = CLOCK_IN_OMAP343X | RATE_PROPAGATES, | 1840 | .flags = CLOCK_IN_OMAP343X | RATE_PROPAGATES | |
1841 | PARENT_CONTROLS_CLOCK, | ||
1841 | .recalc = &followparent_recalc, | 1842 | .recalc = &followparent_recalc, |
1842 | }; | 1843 | }; |
1843 | 1844 | ||