OSDN Git Service

i2c: cros_ec: Remove EC_I2C_FLAG_10BIT
[uclinux-h8/linux.git] / include / linux / mfd / cros_ec_commands.h
index 7853a64..a49cd41 100644 (file)
@@ -1928,9 +1928,6 @@ struct ec_response_power_info {
 
 #define EC_CMD_I2C_PASSTHRU 0x9e
 
-/* Slave address is 10 (not 7) bit */
-#define EC_I2C_FLAG_10BIT      (1 << 16)
-
 /* Read data; if not present, message is a write */
 #define EC_I2C_FLAG_READ       (1 << 15)