From: Jean Delvare Date: Sun, 18 May 2008 18:49:40 +0000 (+0200) Subject: i2c: Convert remaining new-style drivers to use module aliasing X-Git-Tag: v2.6.26-rc3~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af294867a52bf718df835a688e8c786d550bee26;p=pandora-kernel.git i2c: Convert remaining new-style drivers to use module aliasing Update all the remaining new-style i2c drivers to use standard module aliasing instead of the old driver_name/type driver matching scheme. Note that the tuner driver is a bit quirky at the moment, as it overwrites i2c_client.name with arbitrary strings. We write "tuner" back on remove, to make sure that driver cycling will work properly, but there may still be troublesome corner cases. Signed-off-by: Jean Delvare --- Reading git-diff-tree failed