[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 --- Not compile tested, because i dont have a ppc cross toolchain arch/powerpc/platforms/

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 Linuxppc-

[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 --- Not compile tested, because i dont have a ppc cross toolchain arch/powerpc/platforms/