]> Git Repo - J-u-boot.git/blobdiff - drivers/i2c/meson_i2c.c
dm: treewide: Rename auto_alloc_size members to be shorter
[J-u-boot.git] / drivers / i2c / meson_i2c.c
index e070caf43f2a073bd5e9f4a6f5113873a3ab0b48..434e3461b1dd0b74dd57762b95722a319507b16a 100644 (file)
@@ -308,6 +308,6 @@ U_BOOT_DRIVER(i2c_meson) = {
        .id   = UCLASS_I2C,
        .of_match = meson_i2c_ids,
        .probe = meson_i2c_probe,
-       .priv_auto_alloc_size = sizeof(struct meson_i2c),
+       .priv_auto      = sizeof(struct meson_i2c),
        .ops = &meson_i2c_ops,
 };
This page took 0.024173 seconds and 4 git commands to generate.