summaryrefslogtreecommitdiff
path: root/drivers/video/bridge/anx6345.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/bridge/anx6345.c')
-rw-r--r--drivers/video/bridge/anx6345.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/bridge/anx6345.c b/drivers/video/bridge/anx6345.c
index 1c5270ff05..147cdcc6d5 100644
--- a/drivers/video/bridge/anx6345.c
+++ b/drivers/video/bridge/anx6345.c
@@ -421,5 +421,5 @@ U_BOOT_DRIVER(analogix_anx6345) = {
.of_match = anx6345_ids,
.probe = anx6345_probe,
.ops = &anx6345_ops,
- .priv_auto_alloc_size = sizeof(struct anx6345_priv),
+ .priv_auto = sizeof(struct anx6345_priv),
};