aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/ds3232.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/ds3232.c')
-rw-r--r--drivers/rtc/ds3232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/ds3232.c b/drivers/rtc/ds3232.c
index 0a30e0e..16501cf 100644
--- a/drivers/rtc/ds3232.c
+++ b/drivers/rtc/ds3232.c
@@ -272,5 +272,5 @@ U_BOOT_DRIVER(rtc_ds3232) = {
.probe = ds3232_probe,
.of_match = ds3232_rtc_ids,
.ops = &ds3232_rtc_ops,
- .priv_auto_alloc_size = sizeof(struct ds3232_priv_data),
+ .priv_auto = sizeof(struct ds3232_priv_data),
};