dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / sound / max98088.c
index 5b4c489..4bcb748 100644 (file)
@@ -421,5 +421,5 @@ U_BOOT_DRIVER(max98088) = {
        .of_match       = max98088_ids,
        .probe          = max98088_probe,
        .ops            = &max98088_ops,
-       .priv_auto_alloc_size   = sizeof(struct maxim_priv),
+       .priv_auto      = sizeof(struct maxim_priv),
 };