summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/omap24xx_i2c.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2010-08-18 19:39:07 -0500
committerHeiko Schocher <hs@denx.de>2010-08-23 08:08:31 +0200
commit07cf5e207ecd7e82f08ec9f2d35d0df1dceaeadd (patch)
tree80c233b8985ba14de723e3d029a9d1de93d18ca9 /drivers/i2c/omap24xx_i2c.h
parentbd2313078114c4b44c4a5ce149af43bcb7fc8854 (diff)
downloadblackbird-obmc-uboot-07cf5e207ecd7e82f08ec9f2d35d0df1dceaeadd.tar.gz
blackbird-obmc-uboot-07cf5e207ecd7e82f08ec9f2d35d0df1dceaeadd.zip
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 <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>
Diffstat (limited to 'drivers/i2c/omap24xx_i2c.h')
-rw-r--r--drivers/i2c/omap24xx_i2c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/omap24xx_i2c.h b/drivers/i2c/omap24xx_i2c.h
index 650e33a888..1f38c232d1 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 */
OpenPOWER on IntegriCloud