From: Tony Lindgren Date: Thu, 13 Sep 2007 01:12:25 +0000 (-0700) Subject: ARM: OMAP3: Fix compile for clock framework X-Git-Tag: v2.6.23-omap1~74 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=81de51b1ae0fb2d0d77b5be77eda375be4cf816b;p=linux-2.6-omap-h63xx.git ARM: OMAP3: Fix compile for clock framework Note that omap3430 clock framework does not yet work until we have integrated Paul's patches. Signed-off-by: Tony Lindgren --- diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h index 45294a73ad2..827a93f7e99 100644 --- a/include/asm-arm/arch-omap/clock.h +++ b/include/asm-arm/arch-omap/clock.h @@ -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;