Commit 6817ac34 authored by Trent Piepho's avatar Trent Piepho Committed by Anas Nashif
Browse files

drivers/sensor: si7006: Remove unused struct device field



Use was removed but the field itself wasn't deleted.

Signed-off-by: default avatarTrent Piepho <tpiepho@gmail.com>
parent 2cb0a07a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
LOG_MODULE_REGISTER(si7006, CONFIG_SENSOR_LOG_LEVEL);

struct si7006_data {
	const struct device *i2c_dev;
	uint16_t temperature;
	uint16_t humidity;
};