aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-03-08 11:20:24 -0500
committerGuenter Roeck <guenter.roeck@ericsson.com>2012-03-18 21:27:53 -0400
commit86dda176344314526c7b65f1adce937b09d04f6d (patch)
tree5b4fc5eb6f726b8aeb065d0684c7028204dc217c /drivers/hwmon
parent3360a106f8b4f87d3f3b0f1fd06c0c66fe45a87b (diff)
hwmon: (jc42) Remove unnecessary device IDs
We don't really use or need separate device IDs for the various JC42.4 compliant chips, so remove them and just stick with jc42. Also update a datasheet references for SE98A, STTS424, and STTS424E02. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/jc42.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/hwmon/jc42.c b/drivers/hwmon/jc42.c
index a002bdac470a..a9bfd6736d9a 100644
--- a/drivers/hwmon/jc42.c
+++ b/drivers/hwmon/jc42.c
@@ -180,25 +180,7 @@ static int jc42_remove(struct i2c_client *client);
180static struct jc42_data *jc42_update_device(struct device *dev); 180static struct jc42_data *jc42_update_device(struct device *dev);
181 181
182static const struct i2c_device_id jc42_id[] = { 182static const struct i2c_device_id jc42_id[] = {
183 { "adt7408", 0 },
184 { "at30ts00", 0 },
185 { "cat94ts02", 0 },
186 { "cat6095", 0 },
187 { "jc42", 0 }, 183 { "jc42", 0 },
188 { "max6604", 0 },
189 { "mcp9804", 0 },
190 { "mcp9805", 0 },
191 { "mcp98242", 0 },
192 { "mcp98243", 0 },
193 { "mcp9843", 0 },
194 { "se97", 0 },
195 { "se97b", 0 },
196 { "se98", 0 },
197 { "stts424", 0 },
198 { "stts2002", 0 },
199 { "stts3000", 0 },
200 { "tse2002", 0 },
201 { "ts3000", 0 },
202 { } 184 { }
203}; 185};
204MODULE_DEVICE_TABLE(i2c, jc42_id); 186MODULE_DEVICE_TABLE(i2c, jc42_id);