diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-01-03 21:44:09 +0300 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-08 04:39:44 +0300 |
commit | 7b501b1f53605bec17454dd8bbdbbf3f57a7cf32 (patch) | |
tree | 3ad4ffe685ebf6a4eca96591012005cf4fa9ed26 /drivers/hwmon/lm87.c | |
parent | 455f791ea3e33a274c098b4a8c2e35d4d1a6d518 (diff) | |
download | linux-7b501b1f53605bec17454dd8bbdbbf3f57a7cf32.tar.xz |
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/lm87.c')
-rw-r--r-- | drivers/hwmon/lm87.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm87.c b/drivers/hwmon/lm87.c index 3ab4c3f0efdd..7bedf7455e9a 100644 --- a/drivers/hwmon/lm87.c +++ b/drivers/hwmon/lm87.c @@ -171,7 +171,6 @@ static struct i2c_driver lm87_driver = { .driver = { .name = "lm87", }, - .id = I2C_DRIVERID_LM87, .attach_adapter = lm87_attach_adapter, .detach_client = lm87_detach_client, }; |