dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / i2c / tegra186_bpmp_i2c.c
index 3720471..88e4e9a 100644 (file)
@@ -122,6 +122,6 @@ U_BOOT_DRIVER(i2c_gpio) = {
        .id     = UCLASS_I2C,
        .of_match = tegra186_bpmp_i2c_ids,
        .probe  = tegra186_bpmp_i2c_probe,
-       .priv_auto_alloc_size = sizeof(struct tegra186_bpmp_i2c),
+       .priv_auto      = sizeof(struct tegra186_bpmp_i2c),
        .ops    = &tegra186_bpmp_i2c_ops,
 };