[EMAIL PROTECTED] Thu, 16 Feb 2006 20:20:33 +0100
If I use something like: module_init(cpm_timer_init); cpm_timer_init is not called when I load the module.
I have to call cpm_timer_init inside init_module() . Bye, Antonio.