diff options
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index af4983b488b6..233c153b12b1 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -219,8 +219,7 @@ struct i2c_algorithm { | |||
219 | */ | 219 | */ |
220 | struct i2c_adapter { | 220 | struct i2c_adapter { |
221 | struct module *owner; | 221 | struct module *owner; |
222 | unsigned int id;/* == is algo->id | hwdep.struct->id, */ | 222 | unsigned int id; |
223 | /* for registered values see below */ | ||
224 | unsigned int class; | 223 | unsigned int class; |
225 | struct i2c_algorithm *algo;/* the algorithm to access the bus */ | 224 | struct i2c_algorithm *algo;/* the algorithm to access the bus */ |
226 | void *algo_data; | 225 | void *algo_data; |