From: Nishanth Menon Date: Thu, 19 Aug 2010 00:39:07 +0000 (-0500) Subject: i2c: omap2+: change header guard to be generic X-Git-Tag: v2010.09-rc1~7^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07cf5e207ecd7e82f08ec9f2d35d0df1dceaeadd;p=kernel%2Fu-boot.git i2c: omap2+: change header guard to be generic 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 Cc: Heiko Cc: Sandeep Paulraj Cc: Wolfang Denk Signed-off-by: Nishanth Menon Acked-by: Steve Sakoman --- 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 */