summaryrefslogtreecommitdiff
path: root/drivers/i2c/cros_ec_tunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/cros_ec_tunnel.c')
-rw-r--r--drivers/i2c/cros_ec_tunnel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/cros_ec_tunnel.c b/drivers/i2c/cros_ec_tunnel.c
index 7ab1fd8..e2c6e44 100644
--- a/drivers/i2c/cros_ec_tunnel.c
+++ b/drivers/i2c/cros_ec_tunnel.c
@@ -36,6 +36,5 @@ U_BOOT_DRIVER(cros_ec_tunnel) = {
.name = "cros_ec_tunnel",
.id = UCLASS_I2C,
.of_match = cros_ec_i2c_ids,
- .per_child_auto_alloc_size = sizeof(struct dm_i2c_chip),
.ops = &cros_ec_i2c_ops,
};