public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] To fix OMAP3430 Compilation error
@ 2007-08-30 23:09 Syed Mohammed, Khasim
  2007-08-31 18:29 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Syed Mohammed, Khasim @ 2007-08-30 23:09 UTC (permalink / raw)
  To: Linux OMAP

This patch is to fix OMAP3430 compilation error.

Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>

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
 };

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] To fix OMAP3430 Compilation error
  2007-08-30 23:09 [PATCH] To fix OMAP3430 Compilation error Syed Mohammed, Khasim
@ 2007-08-31 18:29 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-08-31 18:29 UTC (permalink / raw)
  To: Syed Mohammed, Khasim; +Cc: Linux OMAP

* Syed Mohammed, Khasim <x0khasim@ti.com> [070830 16:12]:
> This patch is to fix OMAP3430 compilation error.
> 
> Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
> 
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-31 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-30 23:09 [PATCH] To fix OMAP3430 Compilation error Syed Mohammed, Khasim
2007-08-31 18:29 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox