]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP2: Remove unneeded cpu_is_omap34xx()
authorTony Lindgren <tony@atomide.com>
Mon, 17 Mar 2008 16:20:58 +0000 (18:20 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Mar 2008 16:20:58 +0000 (18:20 +0200)
This code is runs only on 24xx.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock24xx.c

index 35a255da5e60b41db7375d4fcf1761298866c0fe..3567ef0730ae652aa9517b5011e1caa88d57a102 100644 (file)
@@ -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;
                }