diff options
Diffstat (limited to 'drivers/mfd/tps65090.c')
| -rw-r--r-- | drivers/mfd/tps65090.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index 80e24f4b47b..50fd87c87a1 100644 --- a/drivers/mfd/tps65090.c +++ b/drivers/mfd/tps65090.c @@ -292,7 +292,7 @@ static int __devinit tps65090_i2c_probe(struct i2c_client *client,  	}  	ret = mfd_add_devices(tps65090->dev, -1, tps65090s, -		ARRAY_SIZE(tps65090s), NULL, 0); +			      ARRAY_SIZE(tps65090s), NULL, 0, NULL);  	if (ret) {  		dev_err(&client->dev, "add mfd devices failed with err: %d\n",  			ret);  |