What is the advantage of [module_init] in Kernel 2.6
module_init also exited in 2.4, mind you.
It adds the necessary boilerplate to initialize the module and run the entry function when the module file is compiled into the kernel rather than as a module.