All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] i2c: omap2+: change header guard to be generic
Date: Wed, 18 Aug 2010 20:29:25 -0700	[thread overview]
Message-ID: <1282188565.2052.84.camel@quadra> (raw)
In-Reply-To: <1282178349-24593-2-git-send-email-nm@ti.com>

On Wed, 2010-08-18 at 19:39 -0500, Nishanth Menon wrote:
> Make the header guard to be generic to stop conflicting with
> omap2 i2c header file arch/arm/include/asm/arch-omap24xx/i2c.h
> 
> Cc: Steve Sakoman <steve@sakoman.com>
> Cc: Heiko <hs@denx.de>
> Cc: Sandeep Paulraj <s-paulraj@ti.com>
> Cc: Wolfang Denk <wd@denx.de>
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Acked-by: Steve Sakoman <steve@sakoman.com>

Steve

> ---
>  drivers/i2c/omap24xx_i2c.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/i2c/omap24xx_i2c.h b/drivers/i2c/omap24xx_i2c.h
> index 650e33a..1f38c23 100644
> --- a/drivers/i2c/omap24xx_i2c.h
> +++ b/drivers/i2c/omap24xx_i2c.h
> @@ -20,8 +20,8 @@
>   * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
>   * MA 02111-1307 USA
>   */
> -#ifndef _OMAP24XX_I2C_H_
> -#define _OMAP24XX_I2C_H_
> +#ifndef _OMAP2PLUS_I2C_H_
> +#define _OMAP2PLUS_I2C_H_
>  
>  /* I2C masks */
>  

  reply	other threads:[~2010-08-19  3:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Commit d708395d breaks omap2420h4 board...>
2010-08-19  0:39 ` [U-Boot] [PATCH 0/3] omap2: i2c: minor cleanup Nishanth Menon
2010-08-19  3:28   ` Steve Sakoman
2010-08-23  6:29     ` [U-Boot] Pull request: u-boot-i2c Heiko Schocher
2010-08-26  6:37       ` [U-Boot] Pull request v2: u-boot-i2c Heiko Schocher
2010-09-07 19:39         ` Wolfgang Denk
2010-08-19  0:39 ` [U-Boot] [PATCH 1/3] i2c: omap2+: change header guard to be generic Nishanth Menon
2010-08-19  3:29   ` Steve Sakoman [this message]
2010-08-19  0:39 ` [U-Boot] [PATCH 2/3] omap2: i2c: add syss offset Nishanth Menon
2010-08-19  3:28   ` Steve Sakoman
2010-08-19  0:39 ` [U-Boot] [PATCH 3/3] omap2: i2c: remove redundant header definitions Nishanth Menon
2010-08-19  3:30   ` Steve Sakoman

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=1282188565.2052.84.camel@quadra \
    --to=steve@sakoman.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.