[PATCH] hwmon: hwmon vs i2c, second round (03/11)
authorJean Delvare <khali@linux-fr.org>
Sun, 31 Jul 2005 19:36:24 +0000 (21:36 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:14:19 +0000 (09:14 -0700)
We now have two identical structures, i2c_address_data in i2c-sensor.h
and i2c_client_address_data in i2c.h. We can kill one of them, I choose
to keep the one in i2c.h as it makes more sense (this structure is not
specific to sensors.)

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found