From: Syed Mohammed, Khasim Date: Fri, 31 Aug 2007 18:28:59 +0000 (-0700) Subject: To fix OMAP3430 Compilation error X-Git-Tag: v2.6.23-omap1~98 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=91c3bbce7c3de793d1ed3d3196165b2ee73745c1;p=linux-2.6-omap-h63xx.git To fix OMAP3430 Compilation error This patch is to fix OMAP3430 compilation error. Signed-off-by: Syed Mohammed Khasim Signed-off-by: Tony Lindgren --- diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h index 25cba98d57e..45294a73ad2 100644 --- a/include/asm-arm/arch-omap/clock.h +++ b/include/asm-arm/arch-omap/clock.h @@ -56,7 +56,7 @@ struct clk { void (*init)(struct clk *); int (*enable)(struct clk *); void (*disable)(struct clk *); -#if defined(CONFIG_ARCH_OMAP2) +#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) u8 fixed_div; void __iomem *clksel_reg; u32 clksel_mask;