I am currently using register_timer() to register one of ,my timers. Any idea how I would delete this timer later? I noticed that register_timer is new, the functions timer_del() and timer_free() are old and
expect ‘struct timer_ln *’ which I do not have (this is not used in register_timer())
thanks