dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / clk / sunxi / clk_h3.c
index 7e844f4..f81633b 100644 (file)
@@ -102,7 +102,7 @@ U_BOOT_DRIVER(clk_sun8i_h3) = {
        .name           = "sun8i_h3_ccu",
        .id             = UCLASS_CLK,
        .of_match       = h3_ccu_ids,
-       .priv_auto_alloc_size   = sizeof(struct ccu_priv),
+       .priv_auto      = sizeof(struct ccu_priv),
        .ops            = &sunxi_clk_ops,
        .probe          = sunxi_clk_probe,
        .bind           = h3_clk_bind,