commit | 6e1b5029dc0e4cfa765309312ebdc88711e37a20 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Oct 17 17:51:15 2008 +0200 |
committer | Jean Delvare <khali@mahadeva.delvare> | Fri Oct 17 17:51:15 2008 +0200 |
tree | f0e629a03ded80536ba36d25ee7b2588347be084 | |
parent | ad3273be8e2a5bfe16f4940beef3da308daf259a [diff] |
hwmon: (lm78) Stop abusing struct i2c_client for ISA devices Upcoming changes to the I2C part of the lm78 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>