hwmon: (lm92) Drop unnecessary forward declaration
Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
d663ec496d
commit
ddfe44bfee
1 changed files with 0 additions and 3 deletions
|
@ -93,9 +93,6 @@ static inline u8 ALARMS_FROM_REG(s16 reg)
|
||||||
return reg & 0x0007;
|
return reg & 0x0007;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Driver data (common to all clients) */
|
|
||||||
static struct i2c_driver lm92_driver;
|
|
||||||
|
|
||||||
/* Client data (each client gets its own) */
|
/* Client data (each client gets its own) */
|
||||||
struct lm92_data {
|
struct lm92_data {
|
||||||
struct device *hwmon_dev;
|
struct device *hwmon_dev;
|
||||||
|
|
Loading…
Add table
Reference in a new issue