projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d663ec4
)
hwmon: (lm92) Drop unnecessary forward declaration
author
Guenter Roeck
<linux@roeck-us.net>
Sat, 12 Apr 2014 19:50:27 +0000
(12:50 -0700)
committer
Guenter 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/lm92.c
b/drivers/hwmon/lm92.c
index b9022db6511ae4cc8ee5851d89466725c5384d8b..5ca8e147c9f44ecb79f5b43cbbeec526f13460f0 100644
(file)
--- 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;