Re: [PATCH 22/27] drivers/i2c/of: don't use deprecated field in of_platform_driver

2010-03-12 Thread Sean MacLennan
On Thu, 11 Mar 2010 11:23:49 -0700 Grant Likely wrote: > .name, .match_table and .owner are duplicated in both > of_platform_driver and device_driver, so the of_platform_driver > copies will be removed soon. > > Signed-off-by: Grant Likely i2c-ibm_iic Acked-by: Sean MacLennan

[PATCH 22/27] drivers/i2c/of: don't use deprecated field in of_platform_driver

2010-03-11 Thread Grant Likely
.name, .match_table and .owner are duplicated in both of_platform_driver and device_driver, so the of_platform_driver copies will be removed soon. Signed-off-by: Grant Likely --- drivers/i2c/busses/i2c-cpm.c | 10 +- drivers/i2c/busses/i2c-ibm_iic.c |7 +-- drivers/i2c/bus