aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/tps65010.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/chips/tps65010.c')
-rw-r--r--drivers/i2c/chips/tps65010.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/i2c/chips/tps65010.c b/drivers/i2c/chips/tps65010.c
index feabd12c081c..6ab3619a49de 100644
--- a/drivers/i2c/chips/tps65010.c
+++ b/drivers/i2c/chips/tps65010.c
@@ -532,7 +532,8 @@ static int __exit tps65010_remove(struct i2c_client *client)
532 return 0; 532 return 0;
533} 533}
534 534
535static int tps65010_probe(struct i2c_client *client) 535static int tps65010_probe(struct i2c_client *client,
536 const struct i2c_device_id *id)
536{ 537{
537 struct tps65010 *tps; 538 struct tps65010 *tps;
538 int status; 539 int status;