projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd23130
)
i2c: omap2+: change header guard to be generic
author
Nishanth Menon
<
[email protected]
>
Thu, 19 Aug 2010 00:39:07 +0000
(19:39 -0500)
committer
Heiko Schocher
<
[email protected]
>
Mon, 23 Aug 2010 06:08:31 +0000
(08:08 +0200)
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 <
[email protected]
>
Cc: Heiko <
[email protected]
>
Cc: Sandeep Paulraj <
[email protected]
>
Cc: Wolfang Denk <
[email protected]
>
Signed-off-by: Nishanth Menon <
[email protected]
>
Acked-by: Steve Sakoman <
[email protected]
>
drivers/i2c/omap24xx_i2c.h
patch
|
blob
|
history
diff --git
a/drivers/i2c/omap24xx_i2c.h
b/drivers/i2c/omap24xx_i2c.h
index 650e33a8887fdfd6541d308f06a102c4f1f642c3..1f38c232d16461c8f077c40573f637a8957ab2b3 100644
(file)
--- 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 _OMAP2
4XX
_I2C_H_
-#define _OMAP2
4XX
_I2C_H_
+#ifndef _OMAP2
PLUS
_I2C_H_
+#define _OMAP2
PLUS
_I2C_H_
/* I2C masks */