summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/octeontx_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/octeontx_wdt.c')
-rw-r--r--drivers/watchdog/octeontx_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/octeontx_wdt.c b/drivers/watchdog/octeontx_wdt.c
index 88708dc5e1..5f586ef683 100644
--- a/drivers/watchdog/octeontx_wdt.c
+++ b/drivers/watchdog/octeontx_wdt.c
@@ -137,7 +137,7 @@ U_BOOT_DRIVER(wdt_octeontx) = {
.id = UCLASS_WDT,
.of_match = octeontx_wdt_ids,
.ops = &octeontx_wdt_ops,
- .priv_auto_alloc_size = sizeof(struct octeontx_wdt),
+ .priv_auto = sizeof(struct octeontx_wdt),
.probe = octeontx_wdt_probe,
.remove = octeontx_wdt_remove,
.flags = DM_FLAG_OS_PREPARE,