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.


Reply via email to