summaryrefslogtreecommitdiff
path: root/drivers/reset/reset-ast2500.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/reset-ast2500.c')
-rw-r--r--drivers/reset/reset-ast2500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/reset-ast2500.c b/drivers/reset/reset-ast2500.c
index e7b5c7deca..a229d490f3 100644
--- a/drivers/reset/reset-ast2500.c
+++ b/drivers/reset/reset-ast2500.c
@@ -105,5 +105,5 @@ U_BOOT_DRIVER(ast2500_reset) = {
.of_match = ast2500_reset_ids,
.probe = ast2500_reset_probe,
.ops = &ast2500_reset_ops,
- .priv_auto_alloc_size = sizeof(struct ast2500_reset_priv),
+ .priv_auto = sizeof(struct ast2500_reset_priv),
};