On Mon, Aug 06, 2012 at 05:25:33PM +0530, Sachin Kamat wrote: > module_i2c_driver() is helper macro for I2C drivers which do not do anything > special in module init/exit. This eliminates a lot of boilerplate > and calling it replaces module_init() and module_exit(). Applied all, thanks.