diff options
| author | Jean Delvare <khali@linux-fr.org> | 2005-10-26 15:31:15 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 17:02:14 -0400 |
| commit | 585b3160f8212e58325bc1c0292c2ec01ac5db84 (patch) | |
| tree | 368c38952dc1ee6b514266f6b25a285d6bc5d98c /include/linux | |
| parent | 421ef47be20c5454b12ae0ec918d5073a9d2b938 (diff) | |
[PATCH] i2c: SMBus PEC support rewrite, 3 of 3
The new SMBus PEC implementation doesn't support PEC emulation on
non-PEC non-I2C SMBus masters, so we can drop all related code.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 78c64f7b31..32977fb1d9 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
| @@ -451,10 +451,6 @@ union i2c_smbus_data { | |||
| 451 | #define I2C_SMBUS_BLOCK_DATA 5 | 451 | #define I2C_SMBUS_BLOCK_DATA 5 |
| 452 | #define I2C_SMBUS_I2C_BLOCK_DATA 6 | 452 | #define I2C_SMBUS_I2C_BLOCK_DATA 6 |
| 453 | #define I2C_SMBUS_BLOCK_PROC_CALL 7 /* SMBus 2.0 */ | 453 | #define I2C_SMBUS_BLOCK_PROC_CALL 7 /* SMBus 2.0 */ |
| 454 | #define I2C_SMBUS_BLOCK_DATA_PEC 8 /* SMBus 2.0 */ | ||
| 455 | #define I2C_SMBUS_PROC_CALL_PEC 9 /* SMBus 2.0 */ | ||
| 456 | #define I2C_SMBUS_BLOCK_PROC_CALL_PEC 10 /* SMBus 2.0 */ | ||
| 457 | #define I2C_SMBUS_WORD_DATA_PEC 11 /* SMBus 2.0 */ | ||
| 458 | 454 | ||
| 459 | 455 | ||
| 460 | /* ----- commands for the ioctl like i2c_command call: | 456 | /* ----- commands for the ioctl like i2c_command call: |
