summaryrefslogtreecommitdiff
path: root/drivers/led/led_bcm6858.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/led/led_bcm6858.c')
-rw-r--r--drivers/led/led_bcm6858.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/led_bcm6858.c b/drivers/led/led_bcm6858.c
index 511185ffad..0b1379dfd8 100644
--- a/drivers/led/led_bcm6858.c
+++ b/drivers/led/led_bcm6858.c
@@ -247,6 +247,6 @@ U_BOOT_DRIVER(bcm6858_led) = {
.of_match = bcm6858_led_ids,
.bind = bcm6858_led_bind,
.probe = bcm6858_led_probe,
- .priv_auto_alloc_size = sizeof(struct bcm6858_led_priv),
+ .priv_auto = sizeof(struct bcm6858_led_priv),
.ops = &bcm6858_led_ops,
};