From: Jean Delvare Date: Wed, 8 Feb 2006 19:38:29 +0000 (+0100) Subject: [PATCH] i2c: Drop outdated probe/remove code in i2c-isa X-Git-Tag: v2.6.16-rc4~99^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d9c98fe76298cebc5907bcebfb2db28017a277;p=pandora-kernel.git [PATCH] i2c: Drop outdated probe/remove code in i2c-isa 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed