diff options
Diffstat (limited to 'Documentation/i2c/writing-clients')
-rw-r--r-- | Documentation/i2c/writing-clients | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/writing-clients b/Documentation/i2c/writing-clients index d73ee117a8ca..3b01350c149c 100644 --- a/Documentation/i2c/writing-clients +++ b/Documentation/i2c/writing-clients | |||
@@ -83,7 +83,7 @@ be very useful. | |||
83 | void i2c_set_clientdata(struct i2c_client *client, void *data); | 83 | void i2c_set_clientdata(struct i2c_client *client, void *data); |
84 | 84 | ||
85 | /* retrieve the value */ | 85 | /* retrieve the value */ |
86 | void *i2c_get_clientdata(struct i2c_client *client); | 86 | void *i2c_get_clientdata(const struct i2c_client *client); |
87 | 87 | ||
88 | An example structure is below. | 88 | An example structure is below. |
89 | 89 | ||