Commit b61e7170 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP2: Remove unneeded cpu_is_omap34xx()

This code is runs only on 24xx.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2b2d5f70
......@@ -529,7 +529,7 @@ int __init omap2_clk_init(void)
continue;
}
if ((*clkp)->flags & CLOCK_IN_OMAP243X && (cpu_is_omap2430() || cpu_is_omap34xx())) {
if ((*clkp)->flags & CLOCK_IN_OMAP243X && cpu_is_omap2430()) {
clk_register(*clkp);
continue;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment