summaryrefslogtreecommitdiff
path: root/drivers/led/led_bcm6328.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/led/led_bcm6328.c')
-rw-r--r--drivers/led/led_bcm6328.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/led_bcm6328.c b/drivers/led/led_bcm6328.c
index 52946835de..dbe9ab15a5 100644
--- a/drivers/led/led_bcm6328.c
+++ b/drivers/led/led_bcm6328.c
@@ -241,5 +241,5 @@ U_BOOT_DRIVER(bcm6328_led) = {
.ops = &bcm6328_led_ops,
.bind = bcm6328_led_bind,
.probe = bcm6328_led_probe,
- .priv_auto_alloc_size = sizeof(struct bcm6328_led_priv),
+ .priv_auto = sizeof(struct bcm6328_led_priv),
};