Skip to content
Snippets Groups Projects
Commit 07cf5e20 authored by Nishanth Menon's avatar Nishanth Menon Committed by Heiko Schocher
Browse files

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: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarSteve Sakoman <steve@sakoman.com>
parent bd231307
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment