diff options
Diffstat (limited to 'drivers/regulator/tps65910-regulator.c')
| -rw-r--r-- | drivers/regulator/tps65910-regulator.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c index 66d2d60b436..eaea9b4a09d 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c @@ -963,7 +963,7 @@ static __devinit int tps65910_probe(struct platform_device *pdev)  		pmic->desc[i].owner = THIS_MODULE;  		rdev = regulator_register(&pmic->desc[i], -				tps65910->dev, reg_data, pmic); +				tps65910->dev, reg_data, pmic, NULL);  		if (IS_ERR(rdev)) {  			dev_err(tps65910->dev,  				"failed to register %s regulator\n",  |