diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-08-11 17:40:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 12:14:29 -0400 |
commit | 1d8b9e1bad35fa3ea829990b9056c2a257d8fe79 (patch) | |
tree | f3bba0f4b011d3a608dae6be4f296484328b638f /include/linux/i2c.h | |
parent | 87c3d7a8bc0ff5c8d4481e509b407b6be1859925 (diff) |
[PATCH] I2C: Kill i2c_algorithm.id (4/7)
There are no more users of i2c_algorithm.id, so we can finally drop
this structure member.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index f04b1fc6a0fa..af4983b488b6 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -192,8 +192,6 @@ static inline char *i2c_clientname(struct i2c_client *c) | |||
192 | * to name two of the most common. | 192 | * to name two of the most common. |
193 | */ | 193 | */ |
194 | struct i2c_algorithm { | 194 | struct i2c_algorithm { |
195 | unsigned int id; | ||
196 | |||
197 | /* If an adapter algorithm can't do I2C-level access, set master_xfer | 195 | /* If an adapter algorithm can't do I2C-level access, set master_xfer |
198 | to NULL. If an adapter algorithm can do SMBus access, set | 196 | to NULL. If an adapter algorithm can do SMBus access, set |
199 | smbus_xfer. If set to NULL, the SMBus protocol is simulated | 197 | smbus_xfer. If set to NULL, the SMBus protocol is simulated |