]> Git Repo - u-boot.git/blobdiff - drivers/power/regulator/pfuze100.c
dm: treewide: Rename auto_alloc_size members to be shorter
[u-boot.git] / drivers / power / regulator / pfuze100.c
index b56843046f273691956eb60e38fcce9339c01d7f..8dc517fe410eacc0bef1df4294e9a742695ef7f8 100644 (file)
@@ -572,5 +572,5 @@ U_BOOT_DRIVER(pfuze100_regulator) = {
        .id = UCLASS_REGULATOR,
        .ops = &pfuze100_regulator_ops,
        .probe = pfuze100_regulator_probe,
-       .platdata_auto_alloc_size = sizeof(struct pfuze100_regulator_platdata),
+       .platdata_auto  = sizeof(struct pfuze100_regulator_platdata),
 };
This page took 0.025612 seconds and 4 git commands to generate.