[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

[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