dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / sound / max98090.c
index d23955d..c77a732 100644 (file)
@@ -368,5 +368,5 @@ U_BOOT_DRIVER(max98090) = {
        .of_match       = max98090_ids,
        .probe          = max98090_probe,
        .ops            = &max98090_ops,
-       .priv_auto_alloc_size   = sizeof(struct maxim_priv),
+       .priv_auto      = sizeof(struct maxim_priv),
 };