summaryrefslogtreecommitdiff
path: root/drivers/video/logicore_dp_tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/logicore_dp_tx.c')
-rw-r--r--drivers/video/logicore_dp_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/logicore_dp_tx.c b/drivers/video/logicore_dp_tx.c
index 9bc4bbb85d..624084d38b 100644
--- a/drivers/video/logicore_dp_tx.c
+++ b/drivers/video/logicore_dp_tx.c
@@ -2292,6 +2292,6 @@ U_BOOT_DRIVER(logicore_dp_tx) = {
.id = UCLASS_DISPLAY,
.of_match = logicore_dp_tx_ids,
.probe = logicore_dp_tx_probe,
- .priv_auto_alloc_size = sizeof(struct dp_tx),
+ .priv_auto = sizeof(struct dp_tx),
.ops = &logicore_dp_tx_ops,
};