dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / sound / i2s-uclass.c
index b741e39..2639c86 100644 (file)
@@ -21,5 +21,5 @@ int i2s_tx_data(struct udevice *dev, void *data, uint data_size)
 UCLASS_DRIVER(i2s) = {
        .id             = UCLASS_I2S,
        .name           = "i2s",
-       .per_device_auto_alloc_size     = sizeof(struct i2s_uc_priv),
+       .per_device_auto        = sizeof(struct i2s_uc_priv),
 };