[PATCH] i2c: Drop outdated probe/remove code in i2c-isa
authorJean Delvare <khali@linux-fr.org>
Wed, 8 Feb 2006 19:38:29 +0000 (20:38 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 14 Feb 2006 06:30:10 +0000 (22:30 -0800)
Probe and remove methods are now defined at bus level. No more need to
redefine them at driver level in i2c-isa.

This lets us get rid of these annoying messages:
Driver 'it87-isa' needs updating - please use bus_type methods

Thanks to Nicolas Mailhot for reporting the problem and testing the fix.

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

No differences found