summaryrefslogtreecommitdiff
path: root/test/dm/mux-emul.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/mux-emul.c')
-rw-r--r--test/dm/mux-emul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/mux-emul.c b/test/dm/mux-emul.c
index 141fd4d908..45154cea50 100644
--- a/test/dm/mux-emul.c
+++ b/test/dm/mux-emul.c
@@ -60,7 +60,7 @@ U_BOOT_DRIVER(emul_mux) = {
.of_match = mux_emul_of_match,
.ops = &mux_emul_ops,
.probe = mux_emul_probe,
- .priv_auto_alloc_size = sizeof(struct mux_emul_priv),
+ .priv_auto = sizeof(struct mux_emul_priv),
};
static int dm_test_mux_emul_default_state(struct unit_test_state *uts)