[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (6/9)
authorJean Delvare <khali@linux-fr.org>
Tue, 19 Jul 2005 21:57:54 +0000 (23:57 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:14:11 +0000 (09:14 -0700)
Kill all isa-related stuff from i2c_detect, it's not used anymore.

This is one major step in the directiom of merging i2c_probe and
i2c_detect. The last obstacle I can think of is the different way forced
addresses work between sensors and non-sensors i2c drivers. I'll deal
with that in a later patchset.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found