diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-01-03 13:44:09 -0500 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-07 20:39:44 -0500 |
commit | 7b501b1f53605bec17454dd8bbdbbf3f57a7cf32 (patch) | |
tree | 3ad4ffe685ebf6a4eca96591012005cf4fa9ed26 /drivers/hwmon/lm75.c | |
parent | 455f791ea3e33a274c098b4a8c2e35d4d1a6d518 (diff) |
hwmon: Discard useless I2C driver IDs
Many I2C hwmon drivers define a driver ID but no other code references
these, meaning that they are useless. Discard them, along with a few
IDs which are defined but never used at all.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/lm75.c')
-rw-r--r-- | drivers/hwmon/lm75.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index 37a8cc032ffa..e5c35a355a57 100644 --- a/drivers/hwmon/lm75.c +++ b/drivers/hwmon/lm75.c | |||
@@ -74,7 +74,6 @@ static struct i2c_driver lm75_driver = { | |||
74 | .driver = { | 74 | .driver = { |
75 | .name = "lm75", | 75 | .name = "lm75", |
76 | }, | 76 | }, |
77 | .id = I2C_DRIVERID_LM75, | ||
78 | .attach_adapter = lm75_attach_adapter, | 77 | .attach_adapter = lm75_attach_adapter, |
79 | .detach_client = lm75_detach_client, | 78 | .detach_client = lm75_detach_client, |
80 | }; | 79 | }; |