dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / timer / arc_timer.c
index 2dea9f4..9049504 100644 (file)
@@ -105,5 +105,5 @@ U_BOOT_DRIVER(arc_timer) = {
        .of_match = arc_timer_ids,
        .probe = arc_timer_probe,
        .ops    = &arc_timer_ops,
-       .priv_auto_alloc_size = sizeof(struct arc_timer_priv),
+       .priv_auto      = sizeof(struct arc_timer_priv),
 };