From 81de51b1ae0fb2d0d77b5be77eda375be4cf816b Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 12 Sep 2007 18:12:25 -0700 Subject: [PATCH] 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 --- include/asm-arm/arch-omap/clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.41.1