summaryrefslogtreecommitdiff
path: root/zephyr/include/emul/emul_common_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/include/emul/emul_common_i2c.h')
-rw-r--r--zephyr/include/emul/emul_common_i2c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/zephyr/include/emul/emul_common_i2c.h b/zephyr/include/emul/emul_common_i2c.h
index 7ab86ec868..6b4fd10b9f 100644
--- a/zephyr/include/emul/emul_common_i2c.h
+++ b/zephyr/include/emul/emul_common_i2c.h
@@ -214,8 +214,6 @@ typedef int (*i2c_common_emul_write_func)(const struct emul *target, int reg,
/** Static configuration, common for all i2c emulators */
struct i2c_common_emul_cfg {
- /** Label of the I2C bus this emulator connects to */
- const char *i2c_label;
/** Label of the I2C device being emulated */
const char *dev_label;
/** Pointer to run-time data */