commit | b33a665dba55c83f08cdd62aba1cd2672bccdd80 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sat Nov 26 20:54:10 2005 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 05 22:16:24 2006 -0800 |
tree | 42d6c3a15739007a092ac56e887c1f5022ce426c | |
parent | 1a7edcdca618d25564690c2df27c2c5c6e9f6316 [diff] |
[PATCH] i2c: Drop i2c_driver.{owner,name}, 10 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 drivers for arm arch. Signed-off-by: Jean Delvare <khali@linux-fr.org> CC: Laurent Riffard <laurent.riffard@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>