diff --git a/drivers/hwmon/lm92.c b/drivers/hwmon/lm92.c
index b9022db6511ae4cc8ee5851d89466725c5384d8b..5ca8e147c9f44ecb79f5b43cbbeec526f13460f0 100644
--- a/drivers/hwmon/lm92.c
+++ b/drivers/hwmon/lm92.c
@@ -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;