提交 ae428a72 编写于 作者: J Javier Martinez Canillas 提交者: Tony Lindgren

ARM: OMAP2+: Remove unneeded semicolons

Remove the unneded semicolons since they are clearly a typo error.
Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 bf058495
...@@ -210,7 +210,7 @@ static inline int omap4plus_init_static_deps(const struct static_dep_map *map) ...@@ -210,7 +210,7 @@ static inline int omap4plus_init_static_deps(const struct static_dep_map *map)
} }
map++; map++;
}; }
return 0; return 0;
} }
......
...@@ -582,7 +582,7 @@ void __init omap3xxx_powerdomains_init(void) ...@@ -582,7 +582,7 @@ void __init omap3xxx_powerdomains_init(void)
/* Only 81xx needs custom pwrdm_operations */ /* Only 81xx needs custom pwrdm_operations */
if (!cpu_is_ti81xx()) if (!cpu_is_ti81xx())
pwrdm_register_platform_funcs(&omap3_pwrdm_operations);; pwrdm_register_platform_funcs(&omap3_pwrdm_operations);
rev = omap_rev(); rev = omap_rev();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册