From: Tony Lindgren Date: Mon, 13 Jun 2005 17:37:39 +0000 (-0700) Subject: ARM: OMAP: Fixed a typo in clock.c X-Git-Tag: v2.6.13-omap1~117 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=129d0cfa5b9e94bc7864531c49097252a0ad0a0b;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fixed a typo in clock.c It's CLOCK_IN_OMAP730, not CLOCK_IN_OMAP_730 --- diff --git a/arch/arm/mach-omap/clock.c b/arch/arm/mach-omap/clock.c index 62d924085da..4092bcdcca6 100644 --- a/arch/arm/mach-omap/clock.c +++ b/arch/arm/mach-omap/clock.c @@ -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,