summaryrefslogtreecommitdiff
path: root/drivers/serial/lpc32xx_hsuart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/lpc32xx_hsuart.c')
-rw-r--r--drivers/serial/lpc32xx_hsuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/lpc32xx_hsuart.c b/drivers/serial/lpc32xx_hsuart.c
index 7d31c6d4a1..80b63807d6 100644
--- a/drivers/serial/lpc32xx_hsuart.c
+++ b/drivers/serial/lpc32xx_hsuart.c
@@ -107,6 +107,6 @@ U_BOOT_DRIVER(lpc32xx_hsuart) = {
.id = UCLASS_SERIAL,
.probe = lpc32xx_hsuart_probe,
.ops = &lpc32xx_hsuart_ops,
- .priv_auto_alloc_size = sizeof(struct lpc32xx_hsuart_priv),
+ .priv_auto = sizeof(struct lpc32xx_hsuart_priv),
.flags = DM_FLAG_PRE_RELOC,
};