summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/i2c.c')
-rw-r--r--zephyr/shim/src/i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/shim/src/i2c.c b/zephyr/shim/src/i2c.c
index 40d94e6462..6e0505921c 100644
--- a/zephyr/shim/src/i2c.c
+++ b/zephyr/shim/src/i2c.c
@@ -33,7 +33,6 @@
#define I2C_PORT_INIT(id) \
{ \
- .name = DT_LABEL(id), \
.port = I2C_PORT(id), \
.flags = I2C_PORT_FLAGS(id), \
},