aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r--include/linux/i2c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 3ad3969b6f0d..f04b1fc6a0fa 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -192,7 +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 */
194struct i2c_algorithm { 194struct i2c_algorithm {
195 char name[32]; /* textual description */
196 unsigned int id; 195 unsigned int id;
197 196
198 /* If an adapter algorithm can't do I2C-level access, set master_xfer 197 /* If an adapter algorithm can't do I2C-level access, set master_xfer