public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Woodruff, Richard" <r-woodruff2@ti.com>
Cc: Linux OMAP <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] Fix omap2430 clock build error
Date: Mon, 13 Aug 2007 02:00:30 -0700	[thread overview]
Message-ID: <20070813090030.GJ13948@atomide.com> (raw)
In-Reply-To: <3B6D69C3A9EBCA4BA5DA60D913027429019C4DDE@dlee13.ent.ti.com>

* 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

      reply	other threads:[~2007-08-13  9:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-10 16:51 [PATCH] Fix omap2430 clock build error Woodruff, Richard
2007-08-13  9:00 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070813090030.GJ13948@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap-open-source@linux.omap.com \
    --cc=r-woodruff2@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox