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 fa5552c2307b..ebbe024dd9e0 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -473,7 +473,7 @@ extern struct i2c_client * | |||
473 | devm_i2c_new_dummy_device(struct device *dev, struct i2c_adapter *adap, u16 address); | 473 | devm_i2c_new_dummy_device(struct device *dev, struct i2c_adapter *adap, u16 address); |
474 | 474 | ||
475 | extern struct i2c_client * | 475 | extern struct i2c_client * |
476 | i2c_new_secondary_device(struct i2c_client *client, | 476 | i2c_new_ancillary_device(struct i2c_client *client, |
477 | const char *name, | 477 | const char *name, |
478 | u16 default_addr); | 478 | u16 default_addr); |
479 | 479 | ||