diff options
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 06115128047f..4ac8ec3c7927 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -345,7 +345,7 @@ struct i2c_algorithm { | |||
345 | struct i2c_adapter { | 345 | struct i2c_adapter { |
346 | struct module *owner; | 346 | struct module *owner; |
347 | unsigned int id; | 347 | unsigned int id; |
348 | unsigned int class; | 348 | unsigned int class; /* classes to allow probing for */ |
349 | const struct i2c_algorithm *algo; /* the algorithm to access the bus */ | 349 | const struct i2c_algorithm *algo; /* the algorithm to access the bus */ |
350 | void *algo_data; | 350 | void *algo_data; |
351 | 351 | ||