Skip to content

Commit 6817ac3

Browse files
xyzzy42nashif
authored andcommitted
drivers/sensor: si7006: Remove unused struct device field
Use was removed but the field itself wasn't deleted. Signed-off-by: Trent Piepho <[email protected]>
1 parent 2cb0a07 commit 6817ac3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/sensor/silabs/si7006/si7006.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
LOG_MODULE_REGISTER(si7006, CONFIG_SENSOR_LOG_LEVEL);
2323

2424
struct si7006_data {
25-
const struct device *i2c_dev;
2625
uint16_t temperature;
2726
uint16_t humidity;
2827
};

0 commit comments

Comments
 (0)