commit | 360782dde00a2e6e7d9fd57535f90934707ab8a8 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Oct 17 17:51:19 2008 +0200 |
committer | Jean Delvare <khali@mahadeva.delvare> | Fri Oct 17 17:51:19 2008 +0200 |
tree | ee65a588ce4a552126ad3ff4b19c56fe0e349bef | |
parent | 443850ce5880b24583d2be9d4b146e471fdf3dad [diff] |
hwmon: (w83781d) Stop abusing struct i2c_client for ISA devices Upcoming changes to the I2C part of the w83781d driver will cause ISA devices to no longer have a struct i2c_client at hand. So, we must stop (ab)using it now. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Wolfgang Grandegger <wg@grandegger.com>