diff options
Diffstat (limited to 'drivers/regulator/pcf50633-regulator.c')
| -rw-r--r-- | drivers/regulator/pcf50633-regulator.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pcf50633-regulator.c b/drivers/regulator/pcf50633-regulator.c index 69a11d9dd87..1d1c3105629 100644 --- a/drivers/regulator/pcf50633-regulator.c +++ b/drivers/regulator/pcf50633-regulator.c @@ -320,7 +320,7 @@ static int __devinit pcf50633_regulator_probe(struct platform_device *pdev)  	pcf = dev_to_pcf50633(pdev->dev.parent);  	rdev = regulator_register(®ulators[pdev->id], &pdev->dev, -				  pdev->dev.platform_data, pcf); +				  pdev->dev.platform_data, pcf, NULL);  	if (IS_ERR(rdev))  		return PTR_ERR(rdev);  |