summaryrefslogtreecommitdiff
path: root/drivers/video/tda19988.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tda19988.c')
-rw-r--r--drivers/video/tda19988.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tda19988.c b/drivers/video/tda19988.c
index 191cda3ce7..2448743904 100644
--- a/drivers/video/tda19988.c
+++ b/drivers/video/tda19988.c
@@ -651,5 +651,5 @@ U_BOOT_DRIVER(tda19988) = {
.of_match = tda19988_ids,
.ops = &tda19988_ops,
.probe = tda19988_probe,
- .priv_auto_alloc_size = sizeof(struct tda19988_priv),
+ .priv_auto = sizeof(struct tda19988_priv),
};