]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fixed a typo in clock.c
authorTony Lindgren <tony@atomide.com>
Mon, 13 Jun 2005 17:37:39 +0000 (10:37 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 13 Jun 2005 17:37:39 +0000 (10:37 -0700)
It's CLOCK_IN_OMAP730, not CLOCK_IN_OMAP_730

arch/arm/mach-omap/clock.c

index 62d924085dac4db49f7bbf1839b86706ebbab26f..4092bcdcca6b68ce98a105ba9f9a860684492b8a 100644 (file)
@@ -142,7 +142,7 @@ static struct clk arm_ck = {
 static struct clk armper_ck = {
        .name           = "armper_ck",
        .parent         = &ck_dpll1,
-       .flags          = CLOCK_IN_OMAP_730 | CLOCK_IN_OMAP1510 | CLOCK_IN_OMAP16XX |
+       .flags          = CLOCK_IN_OMAP730 | CLOCK_IN_OMAP1510 | CLOCK_IN_OMAP16XX |
                          RATE_CKCTL,
        .enable_reg     = ARM_IDLECT2,
        .enable_bit     = EN_PERCK,