dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / mmc / uniphier-sd.c
index 4dbe71f..ca67427 100644 (file)
@@ -84,7 +84,7 @@ U_BOOT_DRIVER(uniphier_mmc) = {
        .of_match = uniphier_sd_match,
        .bind = tmio_sd_bind,
        .probe = uniphier_sd_probe,
-       .priv_auto_alloc_size = sizeof(struct tmio_sd_priv),
-       .platdata_auto_alloc_size = sizeof(struct tmio_sd_plat),
+       .priv_auto      = sizeof(struct tmio_sd_priv),
+       .platdata_auto  = sizeof(struct tmio_sd_plat),
        .ops = &uniphier_sd_ops,
 };