]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP3: Fix compile for clock framework
authorTony Lindgren <tony@atomide.com>
Thu, 13 Sep 2007 01:12:25 +0000 (18:12 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Sep 2007 01:12:25 +0000 (18:12 -0700)
Note that omap3430 clock framework does not yet work until
we have integrated Paul's patches.

Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/clock.h

index 45294a73ad285bdba3230cf4c911d2e8ca7f26f3..827a93f7e99ac0fd9b46905ccfbcb12dbf00d1d0 100644 (file)
@@ -16,7 +16,7 @@
 struct module;
 struct clk;
 
-#if defined(CONFIG_ARCH_OMAP2)
+#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
 
 struct clksel_rate {
        u8                      div;