dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / ufs / ufs-uclass.c
index 920bfa6..034d14f 100644 (file)
@@ -12,5 +12,5 @@
 UCLASS_DRIVER(ufs) = {
        .id     = UCLASS_UFS,
        .name   = "ufs",
-       .per_device_auto_alloc_size = sizeof(struct ufs_hba),
+       .per_device_auto        = sizeof(struct ufs_hba),
 };