summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_sti_asc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/serial_sti_asc.c')
-rw-r--r--drivers/serial/serial_sti_asc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_sti_asc.c b/drivers/serial/serial_sti_asc.c
index 33ff396bff..ded684abfb 100644
--- a/drivers/serial/serial_sti_asc.c
+++ b/drivers/serial/serial_sti_asc.c
@@ -206,6 +206,6 @@ U_BOOT_DRIVER(serial_sti_asc) = {
.of_match = sti_serial_of_match,
.ops = &sti_asc_serial_ops,
.probe = sti_asc_serial_probe,
- .priv_auto_alloc_size = sizeof(struct sti_asc_serial),
+ .priv_auto = sizeof(struct sti_asc_serial),
};