X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fpower%2Fregulator%2Ftps62360_regulator.c;h=57556662f35ff88fd9518396130fec4fc9a98f4c;hb=41575d8e4c334df148c4cdd7c40cc825dc0fcaa1;hp=ce54495490d179513d8e1d925e55d6df7ff3f3a5;hpb=78128d52dfca9fff53770c7aed2e4673070c5978;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/power/regulator/tps62360_regulator.c b/drivers/power/regulator/tps62360_regulator.c index ce54495..5755666 100644 --- a/drivers/power/regulator/tps62360_regulator.c +++ b/drivers/power/regulator/tps62360_regulator.c @@ -119,6 +119,6 @@ U_BOOT_DRIVER(tps62360_regulator) = { .id = UCLASS_REGULATOR, .ops = &tps62360_regulator_ops, .of_match = tps62360_regulator_ids, - .platdata_auto_alloc_size = sizeof(struct tps62360_regulator_pdata), + .platdata_auto = sizeof(struct tps62360_regulator_pdata), .probe = tps62360_regulator_probe, };