diff options
-rw-r--r-- | arch/arm/mach-omap2/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c index 38a7898d0ce3..0803c8c811f4 100644 --- a/arch/arm/mach-omap2/clock.c +++ b/arch/arm/mach-omap2/clock.c | |||
@@ -353,7 +353,7 @@ static void omap2_dflt_clk_disable(struct clk *clk) | |||
353 | else | 353 | else |
354 | v &= ~(1 << clk->enable_bit); | 354 | v &= ~(1 << clk->enable_bit); |
355 | __raw_writel(v, clk->enable_reg); | 355 | __raw_writel(v, clk->enable_reg); |
356 | wmb(); | 356 | /* No OCP barrier needed here since it is a disable operation */ |
357 | } | 357 | } |
358 | 358 | ||
359 | const struct clkops clkops_omap2_dflt_wait = { | 359 | const struct clkops clkops_omap2_dflt_wait = { |