From 129d0cfa5b9e94bc7864531c49097252a0ad0a0b Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 13 Jun 2005 10:37:39 -0700 Subject: [PATCH] ARM: OMAP: Fixed a typo in clock.c It's CLOCK_IN_OMAP730, not CLOCK_IN_OMAP_730 --- arch/arm/mach-omap/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.41.1