From: Axel Lin Date: Sun, 15 Jan 2012 12:25:22 +0000 (+0800) Subject: regulator: Update tps65217-regulator for DT changes X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b683d980d8cd91f95a00c9be95ea5116a7db7537;p=deliverable%2Flinux.git regulator: Update tps65217-regulator for DT changes Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/tps65217-regulator.c b/drivers/regulator/tps65217-regulator.c index 66655668f965..28a10eaeda17 100644 --- a/drivers/regulator/tps65217-regulator.c +++ b/drivers/regulator/tps65217-regulator.c @@ -447,7 +447,7 @@ static int __devinit tps65217_regulator_probe(struct platform_device *pdev) tps->info[pdev->id] = info; rdev = regulator_register(®ulators[pdev->id], &pdev->dev, - pdev->dev.platform_data, tps); + pdev->dev.platform_data, tps, NULL); if (IS_ERR(rdev)) return PTR_ERR(rdev);