summaryrefslogtreecommitdiff
path: root/drivers/sound/max98088.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/max98088.c')
-rw-r--r--drivers/sound/max98088.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/max98088.c b/drivers/sound/max98088.c
index 5b4c489f4b..4bcb7482b2 100644
--- a/drivers/sound/max98088.c
+++ b/drivers/sound/max98088.c
@@ -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),
};