]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
hwmon: (w83781d) Stop abusing struct i2c_client for ISA devices
authorJean Delvare <khali@linux-fr.org>
Fri, 17 Oct 2008 15:51:19 +0000 (17:51 +0200)
committerJean Delvare <khali@mahadeva.delvare>
Fri, 17 Oct 2008 15:51:19 +0000 (17:51 +0200)
commit360782dde00a2e6e7d9fd57535f90934707ab8a8
treeee65a588ce4a552126ad3ff4b19c56fe0e349bef
parent443850ce5880b24583d2be9d4b146e471fdf3dad
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>
drivers/hwmon/w83781d.c