Skip to content

Commit

Permalink
hwmon: (lm92) Drop unnecessary forward declaration
Browse files Browse the repository at this point in the history
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  • Loading branch information
Guenter Roeck committed May 21, 2014
1 parent d663ec4 commit ddfe44b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/hwmon/lm92.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ddfe44b

Please sign in to comment.