From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] To fix OMAP3430 Compilation error Date: Fri, 31 Aug 2007 11:29:16 -0700 Message-ID: <20070831182916.GN12350@atomide.com> References: <9C23CDD79DA20A479D4615857B2E2C4701A91231@dlee13.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <9C23CDD79DA20A479D4615857B2E2C4701A91231@dlee13.ent.ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com Errors-To: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com To: "Syed Mohammed, Khasim" Cc: Linux OMAP List-Id: linux-omap@vger.kernel.org * Syed Mohammed, Khasim [070830 16:12]: > This patch is to fix OMAP3430 compilation error. > > Signed-off-by: Syed Mohammed Khasim > > File Changed: > include/asm-arm/arch-omap/clock.h > > ======================================================================= > > --- linux-omap/include/asm-arm/arch-omap/clock.h 2007-08-21 15:44:29.000000000 -0500 > +++ my_linux-omap/include/asm-arm/arch-omap/clock.h 2007-08-30 17:26:19.000000000 -0500 > @@ -34,7 +34,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; > #endif > }; Pushing today. Tony