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 eb0628a7ecc6..23ad1ee42a4c 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -220,7 +220,7 @@ struct i2c_adapter { | |||
220 | struct module *owner; | 220 | struct module *owner; |
221 | unsigned int id; | 221 | unsigned int id; |
222 | unsigned int class; | 222 | unsigned int class; |
223 | struct i2c_algorithm *algo;/* the algorithm to access the bus */ | 223 | const struct i2c_algorithm *algo; /* the algorithm to access the bus */ |
224 | void *algo_data; | 224 | void *algo_data; |
225 | 225 | ||
226 | /* --- administration stuff. */ | 226 | /* --- administration stuff. */ |