From: Laurent Riffard Date: Sat, 26 Nov 2005 19:34:05 +0000 (+0100) Subject: [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 X-Git-Tag: v2.6.16-rc1~935^2~1^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35d8b2e6b8e86b0d5126f36613b5202d4eb978b6;p=pandora-kernel.git [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 We should use the i2c_driver.driver's .name and .owner fields instead of the i2c_driver's ones. This patch updates the core of the i2c drivers: it removes .name and .owner fields from the struct i2c_device and modify various functions to use struct device fields instead. Signed-off-by: Laurent Riffard Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed