diff options
-rw-r--r-- | drivers/hwmon/lm92.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hwmon/lm92.c b/drivers/hwmon/lm92.c index b9022db6511a..5ca8e147c9f4 100644 --- a/drivers/hwmon/lm92.c +++ b/drivers/hwmon/lm92.c | |||
@@ -93,9 +93,6 @@ static inline u8 ALARMS_FROM_REG(s16 reg) | |||
93 | return reg & 0x0007; | 93 | return reg & 0x0007; |
94 | } | 94 | } |
95 | 95 | ||
96 | /* Driver data (common to all clients) */ | ||
97 | static struct i2c_driver lm92_driver; | ||
98 | |||
99 | /* Client data (each client gets its own) */ | 96 | /* Client data (each client gets its own) */ |
100 | struct lm92_data { | 97 | struct lm92_data { |
101 | struct device *hwmon_dev; | 98 | struct device *hwmon_dev; |