Re: [PATCH 1/9] powerpc: 83xx: use module_i2c_driver macro

2012-10-16 Thread Kim Phillips
On Sat, 13 Oct 2012 15:05:42 -0400 Devendra Naga devendra.a...@gmail.com wrote: replace the module init and exit calls containing the i2c_add_driver and i2c_del_driver with the module_i2c_driver macro as it does the same things as the code that is removed Signed-off-by: Devendra Naga

[PATCH 1/9] powerpc: 83xx: use module_i2c_driver macro

2012-10-13 Thread Devendra Naga
replace the module init and exit calls containing the i2c_add_driver and i2c_del_driver with the module_i2c_driver macro as it does the same things as the code that is removed Signed-off-by: Devendra Naga devendra.a...@gmail.com --- Not compile tested, because i dont have a ppc cross toolchain

Re: [PATCH 1/9] powerpc: 83xx: use module_i2c_driver macro

2012-10-13 Thread devendra.aaru
whoops, sorry, i made mistake in the patchset numbering, please ignore this patch i will send a patch with the updated correct number. actually there is only one patch. no 9 patches, sorry for the noise, devendra ___ Linuxppc-dev mailing list

[PATCH 1/9] powerpc: 83xx: use module_i2c_driver macro

2012-10-13 Thread Devendra Naga
replace the module init and exit calls containing the i2c_add_driver and i2c_del_driver with the module_i2c_driver macro as it does the same things as the code that is removed Signed-off-by: Devendra Naga devendra.a...@gmail.com --- Not compile tested, because i dont have a ppc cross toolchain