]> git.baikalelectronics.ru Git - kernel.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)
commit5d239ed63663e8f8126b5c049422816e854a4977
treeee65a588ce4a552126ad3ff4b19c56fe0e349bef
parent1b3e75a8158af0b6e9393a32bb6e46c32c166138
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