]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix typo in arch/arm/mach-omap2/clock34xx.h
authorAnand Gadiyar <gadiyar@ti.com>
Fri, 23 Nov 2007 14:35:03 +0000 (20:05 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 23 Nov 2007 21:42:40 +0000 (13:42 -0800)
Fix typo in clock34xx.h

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock34xx.h

index a5321bbee87f641b2c833c064195a3cc9fc24041..90d89526f3ac116a83619c19e6f30466a6f33b79 100644 (file)
@@ -1088,7 +1088,7 @@ static struct clk core_l3_ick = {
 };
 
 static struct clk hsotgusb_ick = {
-       .name           = "hsotgusb_fck",
+       .name           = "hsotgusb_ick",
        .parent         = &core_l3_ick,
        .enable_reg     = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
        .enable_bit     = OMAP3430_EN_HSOTGUSB_SHIFT,