commit | c59cc301ee4589b096d2364af7cf91a2e46b5b1d | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue May 08 17:22:01 2007 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Tue May 08 17:22:01 2007 +0200 |
tree | 76ecd9ea3a5a6f13427526df06e1ef71f97981e3 | |
parent | c40769fee13c1ab43e1fb10320d6fbc29f582d8e [diff] |
hwmon/lm78: Be less i2c_client-centric Use the driver data structure as the main device reference, instead of the i2c client. It makes the driver a bit smaller, and makes more sense as this is an hybrid driver, supporting both I2C and ISA devices. Signed-off-by: Jean Delvare <khali@linux-fr.org>