Fix warning in include/asm/arch/i2c.h
[pandora-x-loader.git] / include / asm / arch-omap3 / i2c.h
index 5fb0979..28ae5ca 100644 (file)
@@ -86,7 +86,7 @@
 #define I2C_CON_BE      (1 << 14)  /* Big endian mode */
 #define I2C_CON_STB     (1 << 11)  /* Start byte mode (master mode only) */
 #define I2C_CON_MST     (1 << 10)  /* Master/slave mode */
-#define I2C_CON_TRX     (1 << 9)   /* Transmitter/receiver mode /*
+#define I2C_CON_TRX     (1 << 9)   /* Transmitter/receiver mode */
                                   /* (master mode only) */
 #define I2C_CON_XA      (1 << 8)   /* Expand address */
 #define I2C_CON_STP     (1 << 1)   /* Stop condition (master mode only) */