Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddfe44bf authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (lm92) Drop unnecessary forward declaration

parent d663ec49
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -93,9 +93,6 @@ static inline u8 ALARMS_FROM_REG(s16 reg)
	return reg & 0x0007;
}

/* Driver data (common to all clients) */
static struct i2c_driver lm92_driver;

/* Client data (each client gets its own) */
struct lm92_data {
	struct device *hwmon_dev;