dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / pwm / pwm-meson.c
index cafb571..e538e27 100644 (file)
@@ -524,5 +524,5 @@ U_BOOT_DRIVER(meson_pwm) = {
        .ops    = &meson_pwm_ops,
        .ofdata_to_platdata = meson_pwm_ofdata_to_platdata,
        .probe   = meson_pwm_probe,
-       .priv_auto_alloc_size   = sizeof(struct meson_pwm),
+       .priv_auto      = sizeof(struct meson_pwm),
 };