]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
hwmon: (lm92) Drop unnecessary forward declaration
authorGuenter Roeck <linux@roeck-us.net>
Sat, 12 Apr 2014 19:50:27 +0000 (12:50 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 21 May 2014 23:02:21 +0000 (16:02 -0700)
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm92.c

index b9022db6511ae4cc8ee5851d89466725c5384d8b..5ca8e147c9f44ecb79f5b43cbbeec526f13460f0 100644 (file)
@@ -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;