From: Jean Delvare Date: Tue, 14 Oct 2008 15:30:04 +0000 (+0200) Subject: hwmon: (dme1737) Be less i2c-centric X-Git-Tag: v2.6.28-rc1~570^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc2bc251e06c83efcc8d39f1e7de12c2b1ff591;p=pandora-kernel.git hwmon: (dme1737) Be less i2c-centric The dme1737 driver support both LPC (ISA) and SMBus devices. At the moment it's rather i2c-centric, and LPC variants use a fake i2c_client for some operations. In a near future, i2c_client will be allocated by i2c-core rather than by the device drivers, so non-i2c drivers will not have one. As a preparation step, change the driver code to no longer assume that an i2c_client structure is always available. No functional change. Signed-off-by: Jean Delvare Cc: Juerg Haefliger --- Reading git-diff-tree failed