From ddfe44bfee176ac05c2b5185d62cc5b258ec6c72 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sat, 12 Apr 2014 12:50:27 -0700 Subject: hwmon: (lm92) Drop unnecessary forward declaration Reviewed-by: Jean Delvare Signed-off-by: Guenter Roeck --- drivers/hwmon/lm92.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/hwmon/lm92.c') 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) 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; -- cgit v1.2.3