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