summaryrefslogtreecommitdiff
path: root/drivers/led/led_bcm6358.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/led/led_bcm6358.c')
-rw-r--r--drivers/led/led_bcm6358.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/led_bcm6358.c b/drivers/led/led_bcm6358.c
index 307d418a17..4bf4a09a0a 100644
--- a/drivers/led/led_bcm6358.c
+++ b/drivers/led/led_bcm6358.c
@@ -210,6 +210,6 @@ U_BOOT_DRIVER(bcm6358_led) = {
.of_match = bcm6358_led_ids,
.bind = bcm6358_led_bind,
.probe = bcm6358_led_probe,
- .priv_auto_alloc_size = sizeof(struct bcm6358_led_priv),
+ .priv_auto = sizeof(struct bcm6358_led_priv),
.ops = &bcm6358_led_ops,
};