* [PATCH] Fix omap2430 clock build error
@ 2007-08-10 16:51 Woodruff, Richard
2007-08-13 9:00 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Woodruff, Richard @ 2007-08-10 16:51 UTC (permalink / raw)
To: Linux OMAP
This fixes a build error for 2430. fixed_div is under a 2420 only define and it should be OMAP2.
Signed-off-by: Richard Woodruff <r-woodruff2@ti.com>
diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h
index c81f0d0..2aeca56 100644
--- a/include/asm-arm/arch-omap/clock.h
+++ b/include/asm-arm/arch-omap/clock.h
@@ -34,7 +34,7 @@ struct clk {
void (*init)(struct clk *);
int (*enable)(struct clk *);
void (*disable)(struct clk *);
-#if defined(CONFIG_ARCH_OMAP2420)
+#if defined(CONFIG_ARCH_OMAP2)
u8 fixed_div;
#endif
};
Regards,
Richard W.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix omap2430 clock build error
2007-08-10 16:51 [PATCH] Fix omap2430 clock build error Woodruff, Richard
@ 2007-08-13 9:00 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-08-13 9:00 UTC (permalink / raw)
To: Woodruff, Richard; +Cc: Linux OMAP
* Woodruff, Richard <r-woodruff2@ti.com> [070810 09:51]:
> This fixes a build error for 2430. fixed_div is under a 2420 only define and it should be OMAP2.
>
> Signed-off-by: Richard Woodruff <r-woodruff2@ti.com>
>
> diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h
> index c81f0d0..2aeca56 100644
> --- a/include/asm-arm/arch-omap/clock.h
> +++ b/include/asm-arm/arch-omap/clock.h
> @@ -34,7 +34,7 @@ struct clk {
> void (*init)(struct clk *);
> int (*enable)(struct clk *);
> void (*disable)(struct clk *);
> -#if defined(CONFIG_ARCH_OMAP2420)
> +#if defined(CONFIG_ARCH_OMAP2)
> u8 fixed_div;
> #endif
> };
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-13 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-10 16:51 [PATCH] Fix omap2430 clock build error Woodruff, Richard
2007-08-13 9:00 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox